{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "App": { "SelfUrl": "http://localhost:44314", "CorsOrigins": "http://*:*,https://*,http://*,http://localhost" }, "GlobalConfiguration": { }, "Routes": [ { "DownstreamPathTemplate": "/{url}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "lion.abp.pro", "Port": 8080 } ], "UpstreamPathTemplate": "/gateway/{url}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] }, { "DownstreamPathTemplate": "/{url}", "DownstreamScheme": "ws", "DownstreamHostAndPorts": [ { "Host": "lion.abp.pro", "Port": 8080 } ], "UpstreamPathTemplate": "/ws/{url}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] } ] }