{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "CorsSettings": { "AllowedOrigins": [ "https://localhost:12778", "https://deepdrft.com", "https://www.deepdrft.com" ] }, "ForwardedHeaders": { "DisableHttpsRedirection": "true" } }