|
|
|
@ -165,6 +165,23 @@
|
|
|
|
|
"LoadBalancerOptions": {
|
|
|
|
|
"Type": "RoundRobin"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"DownstreamPathTemplate": "/LinkAttach/{url}",
|
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
|
{
|
|
|
|
|
"Host": "localhost",
|
|
|
|
|
"Port": 3000
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"UpstreamPathTemplate": "/LinkAttach/{url}",
|
|
|
|
|
"UpstreamHttpMethod": [ "Get" ],
|
|
|
|
|
"FileCacheOptions": {
|
|
|
|
|
"TtlSeconds": 3600
|
|
|
|
|
},
|
|
|
|
|
"ReRouteIsCaseSensitive": false,
|
|
|
|
|
"UseServiceDiscovery": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"GlobalConfiguration": {
|
|
|
|
|