{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ApiSettings": { "BaseUrl": "#{api-base-url}#" }, "GoogleAuth": { "ClientId": "#{google-auth-client-id}#" }, "Kestrel": { "Endpoints": { "Http": { "Url": "http://0.0.0.0:7143" } } } }