{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:6001", "Protocols": "Http1" } }, "EndpointDefaults": { "Protocols": "Http1" } } }