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",