{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.Hosting.Lifetime": "Information" } }, "RunAsWindowsService": true, "Kestrel": { "Endpoints": { "Http": { "Url": "http://*:5000" } } } }