From 8029d07d1d969baf596ca8da210e37f98c4ba47c Mon Sep 17 00:00:00 2001 From: Tom Gardham-Pallister Date: Mon, 2 Jul 2018 20:48:05 +0100 Subject: [PATCH] point to test api in azure for performance profilin --- test/Ocelot.ManualTest/ocelot.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/test/Ocelot.ManualTest/ocelot.json b/test/Ocelot.ManualTest/ocelot.json index 6f531414..51d387c4 100644 --- a/test/Ocelot.ManualTest/ocelot.json +++ b/test/Ocelot.ManualTest/ocelot.json @@ -17,20 +17,15 @@ }, { "DownstreamPathTemplate": "/api/values", - "DownstreamScheme": "http", + "DownstreamScheme": "https", "UpstreamPathTemplate": "/api/values", "UpstreamHttpMethod": [ "Get" ], "DownstreamHostAndPorts": [ { - "Host": "localhost", - "Port": 5007 + "Host": "testapivalues.azurewebsites.net", + "Port": 443 } - ], - "HttpHandlerOptions": { - "AllowAutoRedirect": true, - "UseCookieContainer": true, - "UseTracing": true - } + ] }, { "DownstreamPathTemplate": "/",