diff --git a/ocelot.json b/ocelot.json index ef1800c..1127461 100644 --- a/ocelot.json +++ b/ocelot.json @@ -6,7 +6,7 @@ "DownstreamHostAndPorts": [ { "Host": "localhost", - "Port": 9090 + "Port": 8088 } ], "UpstreamPathTemplate": "/swagger/{route}", @@ -20,7 +20,7 @@ "DownstreamHostAndPorts": [ { "Host": "localhost", - "Port": 8088 + "Port": 9090 } ], "UpstreamPathTemplate": "/swagger/auth/{route}", @@ -34,7 +34,7 @@ "DownstreamHostAndPorts": [ { "Host": "localhost", - "Port": 8088 + "Port": 9090 } ], "UpstreamPathTemplate": "/api/Auth", @@ -86,6 +86,6 @@ } ], "GlobalConfiguration": { - "BaseUrl": "https://localhost:7052" + "BaseUrl": "https://localhost:8443" } } \ No newline at end of file