{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Kestrel": { "Certificates": { "Default": { "Path": "/certs/server.pfx", "Password": "${CERT_PASSWORD}" } } } }