{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Data Source=../Database/deepdrft.db" }, "ApiUrls": { "ContentApi": "http://localhost:12777/api/" }, "ForwardedHeaders": { "DisableHttpsRedirection": "true" } }