Browse Source

Add configuration value for running in Mac

dotnet3-migration/reorganize-folders
Miguel Veloso 5 years ago
parent
commit
f39e0907d3
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/.env

+ 5
- 0
src/.env View File

@ -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 # 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 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_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.162
#ESHOP_AZURE_REDIS_BASKET_DB=<YourAzureRedisBasketInfo> #ESHOP_AZURE_REDIS_BASKET_DB=<YourAzureRedisBasketInfo>


Loading…
Cancel
Save