diff --git a/apps/web-client-tpos-net/src/WebClientTpos.Server/yarp.json b/apps/web-client-tpos-net/src/WebClientTpos.Server/yarp.json index cfcc2d7e..37855ce9 100644 --- a/apps/web-client-tpos-net/src/WebClientTpos.Server/yarp.json +++ b/apps/web-client-tpos-net/src/WebClientTpos.Server/yarp.json @@ -61,28 +61,28 @@ "iam-cluster": { "Destinations": { "destination1": { - "Address": "http://localhost:5101" + "Address": "http://localhost:5001" } } }, "merchant-cluster": { "Destinations": { "destination1": { - "Address": "http://localhost:5102" + "Address": "http://localhost:5005" } } }, "catalog-cluster": { "Destinations": { "destination1": { - "Address": "http://localhost:5103" + "Address": "http://localhost:5016" } } }, "order-cluster": { "Destinations": { "destination1": { - "Address": "http://localhost:5104" + "Address": "http://localhost:5017" } } }