{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "App": { "SelfUrl": "http://120.24.194.14:8014", "CorsOrigins": "http://localhost:4200,http://120.24.194.14:8012,http://120.24.194.14:8011,http://120.24.194.14:8013" }, "GlobalConfiguration": { }, "Routes": [ { "DownstreamPathTemplate": "/{url}", "DownstreamScheme": "http", "ServiceName": "IOT-Service", "LoadBalancerOptions": { "Type": "LeastConnection" }, "UpstreamPathTemplate": "/gateway/{url}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] }, { "DownstreamPathTemplate": "/{url}", "DownstreamScheme": "ws", "ServiceName": "IOT-Service", "LoadBalancerOptions": { "Type": "LeastConnection" }, "UpstreamPathTemplate": "/ws/{url}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] } ] }