{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "port": 7245, "Kestrel": { "Endpoints": { "http": { "Url": "http://*:7245" } } } }