From fe88a6d7f29ef25929493154930427d2fe6109c7 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 31 Aug 2025 14:07:50 -0400 Subject: [PATCH] added Site name to env --- .env | 3 ++- .env.development | 5 ++++- .env.production | 3 ++- .env.qa | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 94b2b78..49253e1 100644 --- a/.env +++ b/.env @@ -1,4 +1,5 @@ -SKIP_PREFLIGHT_CHECK=true +REACT_APP_PANEL_NAME="MERMS Panel DEV" +SKIP_PREFLIGHT_CHECK=true REACT_APP_NODE_ENV="development" NODE_ENV="development" REACT_APP_SOCKET_URL="https://devsocket.mermsemr.com" diff --git a/.env.development b/.env.development index 8f6a647..23286b1 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,10 @@ -SKIP_PREFLIGHT_CHECK=true +REACT_APP_PANEL_NAME="MERMS Panel DEV" +SKIP_PREFLIGHT_CHECK=true REACT_APP_NODE_ENV="development" +NODE_ENV="development" REACT_APP_SOCKET_URL="https://devsocket.mermsemr.com" REACT_APP_MAIN_API="https://devapi.mermsemr.com" +REACT_APP_MAIN_API_LL="http://localhost:14700" REACT_APP_MEDIA_SERVER="https://qa-media.mermsemr.com" REACT_APP_MAIN_SOCKET="https://devsocket.mermsemr.com" diff --git a/.env.production b/.env.production index 7757020..612969b 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,5 @@ -SKIP_PREFLIGHT_CHECK=true +REACT_APP_PANEL_NAME="MERMS Panel" +SKIP_PREFLIGHT_CHECK=true REACT_APP_NODE_ENV="production" NODE_ENV="production" REACT_APP_SOCKET_URL="https://socket.mermsemr.com" diff --git a/.env.qa b/.env.qa index d85f962..66ca1cf 100644 --- a/.env.qa +++ b/.env.qa @@ -1,3 +1,4 @@ +REACT_APP_PANEL_NAME="MERMS Panel QA" SKIP_PREFLIGHT_CHECK=true REACT_APP_NODE_ENV="development" NODE_ENV="development"