From f39e0907d3fc312c84054f6f39f9948d99e9bd23 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Wed, 20 Nov 2019 18:36:38 +0000 Subject: [PATCH] Add configuration value for running in Mac --- src/.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/.env b/src/.env index 28a94504c..260a54663 100644 --- a/src/.env +++ b/src/.env @@ -4,7 +4,12 @@ # The IP below should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices +# Use this value to run the app locally in Windows/Linux ESHOP_EXTERNAL_DNS_NAME_OR_IP=localhost + +# Use this value to run the app locally in Mac +#ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.mac.localhost + ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.162 #ESHOP_AZURE_REDIS_BASKET_DB=