{ "Logging": { "LogLevel": { "Default": "Warning" } }, "AllowedHosts": "*", "Kestrel": { "Endpoints": { "ConfigurationTool": { "Url": "http://localhost:8461" }, "Https": { "Url": "https://*:5000", "Certificate": { "Subject": "", "Store": "", "Location": "" } } } } }