{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:8088" } } }, "AllowedHosts": "*" }