Changed catalog.api url from catalog.api to pass through API gateway

This commit is contained in:
Eduard Tomàs 2018-01-31 15:46:10 +00:00
parent 1c6431d503
commit d8382f8d52

View File

@ -134,7 +134,7 @@ services:
environment: environment:
- ASPNETCORE_ENVIRONMENT=Development - ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://0.0.0.0:80 - ASPNETCORE_URLS=http://0.0.0.0:80
- CatalogUrl=http://catalog.api - CatalogUrl=http://apigw/purchase-bff/catalog
- OrderingUrl=http://ordering.api - OrderingUrl=http://ordering.api
- BasketUrl=http://basket.api - BasketUrl=http://basket.api
- PurchaseUrl=http://apigw/purchase-bff - PurchaseUrl=http://apigw/purchase-bff