{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "GlobalConfiguration": { }, "Routes": [ { "DownstreamPathTemplate": "/{url}", "DownstreamScheme": "http", "ServiceName": "MyCompanyName.MyProjectName.Api", "LoadBalancerOptions": { "Type": "LeastConnection" }, "UpstreamPathTemplate": "/gateway/{url}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] }, { "DownstreamPathTemplate": "/{url}", "DownstreamScheme": "ws", "ServiceName": "MyCompanyName.MyProjectName.Api", "LoadBalancerOptions": { "Type": "LeastConnection" }, "UpstreamPathTemplate": "/ws/{url}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] } ] }