From d71fe9cc01c9e728bf3a92f3696d0e5fede613d5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 16 Aug 2025 06:54:41 -0400 Subject: [PATCH] env to qa --- .env | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.env b/.env index a303d1d..94b2b78 100644 --- a/.env +++ b/.env @@ -1,16 +1,16 @@ SKIP_PREFLIGHT_CHECK=true REACT_APP_NODE_ENV="development" NODE_ENV="development" -REACT_APP_SOCKET_URL="https://socket.mermsemr.com" -REACT_APP_MAIN_API="https://api.mermsemr.com" -REACT_APP_MEDIA_SERVER="https://media.mermsemr.com" -REACT_APP_MAIN_SOCKET="https://dsocket.mermsemr.com" +REACT_APP_SOCKET_URL="https://devsocket.mermsemr.com" +REACT_APP_MAIN_API="https://devapi.mermsemr.com" +REACT_APP_MEDIA_SERVER="https://qa-media.mermsemr.com" +REACT_APP_MAIN_SOCKET="https://devsocket.mermsemr.com" # login footer links -REACT_APP_HOME_LINK='https://www.mermsemr.com/' -REACT_APP_ABOUT_LINK='https://www.mermsemr.com/about' -REACT_APP_CONTACTS_LINK='https://www.mermsemr.com/contacts' -REACT_APP_TERMS_LINK='https://www.mermsemr.com/terms' +REACT_APP_HOME_LINK='https://qa-www.mermsemr.com/' +REACT_APP_ABOUT_LINK='https://qa-www.mermsemr.com/about' +REACT_APP_CONTACTS_LINK='https://qa-www.mermsemr.com/contacts' +REACT_APP_TERMS_LINK='https://qa-www.mermsemr.com/terms' # Inactivity timeout/logout AT 10MINS REACT_APP_TIMEOUT=600000