From e3a7c7933a8cdc566c3e28fea525b761fcc3610e Mon Sep 17 00:00:00 2001 From: Mirolim Majidov Date: Thu, 27 Jun 2024 17:27:42 +0500 Subject: [PATCH] undo --- .../Configurations/ocelot.payment.service.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ocelot.ApiGateway/Configurations/ocelot.payment.service.json b/src/Ocelot.ApiGateway/Configurations/ocelot.payment.service.json index b096d5e..ca22831 100644 --- a/src/Ocelot.ApiGateway/Configurations/ocelot.payment.service.json +++ b/src/Ocelot.ApiGateway/Configurations/ocelot.payment.service.json @@ -5,8 +5,8 @@ "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { - "Host": "{PAYMENT_API_HOST}", - "Port": "{PAYMENT_API_PORT}" + "Host": "payment-api", + "Port": 8080 } ], "UpstreamPathTemplate": "/payment",