mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
point to test api in azure for performance profilin
This commit is contained in:
parent
a87bc92c60
commit
8029d07d1d
@ -17,20 +17,15 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DownstreamPathTemplate": "/api/values",
|
"DownstreamPathTemplate": "/api/values",
|
||||||
"DownstreamScheme": "http",
|
"DownstreamScheme": "https",
|
||||||
"UpstreamPathTemplate": "/api/values",
|
"UpstreamPathTemplate": "/api/values",
|
||||||
"UpstreamHttpMethod": [ "Get" ],
|
"UpstreamHttpMethod": [ "Get" ],
|
||||||
"DownstreamHostAndPorts": [
|
"DownstreamHostAndPorts": [
|
||||||
{
|
{
|
||||||
"Host": "localhost",
|
"Host": "testapivalues.azurewebsites.net",
|
||||||
"Port": 5007
|
"Port": 443
|
||||||
}
|
|
||||||
],
|
|
||||||
"HttpHandlerOptions": {
|
|
||||||
"AllowAutoRedirect": true,
|
|
||||||
"UseCookieContainer": true,
|
|
||||||
"UseTracing": true
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DownstreamPathTemplate": "/",
|
"DownstreamPathTemplate": "/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user