{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=deepdrft_dev;Username=postgres;Password=REPLACE_IN_ENV" }, "ApiUrls": { "ContentApi": "http://localhost:12777/" }, "ForwardedHeaders": { "DisableHttpsRedirection": "true" } }