From 8a8f77c4d5926e3622f13dbed27d887254c657d6 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 24 Mar 2025 14:55:35 +0100 Subject: [PATCH] chore: port aktualisiert. --- ocelot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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