Skip to content

Commit 2137a20

Browse files
Fixed bug in IdentityUrl for webmvc when using ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}
1 parent 95ad3e1 commit 2137a20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ services:
126126
- LocationsUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5109
127127
- CatalogUrlHC=http://catalog.api/hc
128128
- OrderingUrlHC=http://ordering.api/hc
129-
- IdentityUrlHC=http://identity.api/hc #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser.
129+
- IdentityUrlHC=http://identity.api/hc
130130
- BasketUrlHC=http://basket.api/hc
131131
- MarketingUrlHC=http://marketing.api/hc
132132
- PaymentUrlHC=http://payment.api/hc
@@ -144,11 +144,11 @@ services:
144144
- OrderingUrl=http://ordering.api
145145
- BasketUrl=http://basket.api
146146
- LocationsUrl=http://locations.api
147-
- IdentityUrl=http://ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP:5105 #Local: Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser. #Remote: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser.
147+
- IdentityUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105 #Local: Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser. #Remote: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser.
148148
- MarketingUrl=http://marketing.api
149149
- CatalogUrlHC=http://catalog.api/hc
150150
- OrderingUrlHC=http://ordering.api/hc
151-
- IdentityUrlHC=http://ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP/hc #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser.
151+
- IdentityUrlHC=http://identity.api/hc
152152
- BasketUrlHC=http://basket.api/hc
153153
- MarketingUrlHC=http://marketing.api/hc
154154
- PaymentUrlHC=http://payment.api/hc

0 commit comments

Comments
 (0)