From d113d4fcddcaba9400016a68263e69e43c1ff6d2 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 28 Jul 2025 11:25:52 +0200 Subject: [PATCH] refactor(oceleot): update auth endpoint to use 172.24.12.39 --- ocelot.Development.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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",