From 0ca2cd9cc238aed0655e4ca918f6596f74ce3acd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 18 Dec 2024 01:53:07 -0500 Subject: [PATCH] Added scoket config --- .env | 1 + .env.development | 1 + 2 files changed, 2 insertions(+) diff --git a/.env b/.env index ee792fb..0e6fae4 100644 --- a/.env +++ b/.env @@ -3,6 +3,7 @@ REACT_APP_NODE_ENV="development" REACT_APP_SOCKET_URL="https://dev-socket.mermsemr.com" REACT_APP_MAIN_API="https://devapi.mermsemr.com" REACT_APP_MEDIA_SERVER="https://dev-media.mermsemr.com" +REACT_APP_MAIN_SOCKET="https://dev-socket.mermsemr.com" # Inactivity timeout/logout AT 10MINS REACT_APP_TIMEOUT=600000 diff --git a/.env.development b/.env.development index bfccf1f..76f8ff5 100644 --- a/.env.development +++ b/.env.development @@ -3,6 +3,7 @@ REACT_APP_NODE_ENV="development" REACT_APP_SOCKET_URL="https://dev-socket.mermsemr.com" REACT_APP_MAIN_API="https://devapi.mermsemr.com" REACT_APP_MEDIA_SERVER="https://dev-media.mermsemr.com" +REACT_APP_MAIN_SOCKET="https://dev-socket.mermsemr.com" # Inactivity timeout/logout AT 10MINS REACT_APP_TIMEOUT=600000