diff --git a/ocelot.Development.json b/ocelot.Development.json index 17d62be..6dcc96b 100644 --- a/ocelot.Development.json +++ b/ocelot.Development.json @@ -16,11 +16,11 @@ }, { "DownstreamPathTemplate": "/swagger/auth/{route}", - "DownstreamScheme": "https", + "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { - "Host": "localhost", - "Port": 7192 + "Host": "172.24.12.39", + "Port": 9090 } ], "UpstreamPathTemplate": "/swagger/auth/{route}", @@ -30,11 +30,11 @@ }, { "DownstreamPathTemplate": "/api/Auth/user-manager?cookie=true", - "DownstreamScheme": "https", + "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { - "Host": "localhost", - "Port": 7192 + "Host": "172.24.12.39", + "Port": 9090 } ], "UpstreamPathTemplate": "/api/Auth/login",