From 60db144c98c2064a6f88f3748c56805169b76525 Mon Sep 17 00:00:00 2001 From: kct949 Date: Sat, 11 Feb 2023 12:28:00 +0100 Subject: [PATCH] use mac ip --- src/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/.env b/src/.env index 3aac89a3f..6319fbe04 100644 --- a/src/.env +++ b/src/.env @@ -5,12 +5,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 values to run the app locally in Windows -ESHOP_EXTERNAL_DNS_NAME_OR_IP=host.docker.internal -ESHOP_STORAGE_CATALOG_URL=http://host.docker.internal:5202/c/api/v1/catalog/items/[0]/pic/ +# ESHOP_EXTERNAL_DNS_NAME_OR_IP=host.docker.internal +# ESHOP_STORAGE_CATALOG_URL=http://host.docker.internal:5202/c/api/v1/catalog/items/[0]/pic/ # Use this values to run the app locally in Mac -# ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.mac.localhost -# ESHOP_STORAGE_CATALOG_URL=http://docker.for.mac.localhost:5202/c/api/v1/catalog/items/[0]/pic/ +ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.mac.localhost +ESHOP_STORAGE_CATALOG_URL=http://docker.for.mac.localhost:5202/c/api/v1/catalog/items/[0]/pic/ # Use this values to run the app locally in Linux # ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.linux.localhost