diff --git "a/09.-Deploying-eShopOnContainers-to-a-\"Production\"-environment.md" "b/09.-Deploying-eShopOnContainers-to-a-\"Production\"-environment.md" index 7439256..b54c598 100644 --- "a/09.-Deploying-eShopOnContainers-to-a-\"Production\"-environment.md" +++ "b/09.-Deploying-eShopOnContainers-to-a-\"Production\"-environment.md" @@ -11,7 +11,8 @@ That file is using the environment variables provided by the "**.env**" file whi **FIRST STEP:** Basically, you'd need to change the IP (or DNS name) at the .env file with the IP or DNS name you have for your Docker host or orchestrator cluster. If it is a local machine using Docker for Windows, then, it'll be your real WiFi or Ethernet card IP: https://github.com/dotnet/eShopOnContainers/blob/master/**.env** -# The IP below should be swapped and use your real IP or DNS name, like 192.168.88.248 or your DNS name, etc. if testing from remote browsers or mobile devices. + +The IP below should be swapped and use your real IP or DNS name, like 192.168.88.248 or your DNS name, etc. if testing from remote browsers or mobile devices. ESHOP_EXTERNAL_DNS_NAME_OR_IP=localhost ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92