{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Information" } }, "AllowedHosts": "*", "Kestrel": { "Endpoints": { "Http": { "Url": "http://0.0.0.0:5000", "Protocols": "Http1AndHttp2" }, "gRPC": { "Url": "http://0.0.0.0:43000", "Protocols": "Http2" } } } }