diff --git a/.env b/.env index 57093c5..8f6a647 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ REACT_APP_NODE_ENV="development" 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://dev-socket.mermsemr.com" +REACT_APP_MAIN_SOCKET="https://devsocket.mermsemr.com" # login footer links REACT_APP_HOME_LINK='https://qa-www.mermsemr.com/' diff --git a/.env.development b/.env.development index 57093c5..8f6a647 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,7 @@ REACT_APP_NODE_ENV="development" 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://dev-socket.mermsemr.com" +REACT_APP_MAIN_SOCKET="https://devsocket.mermsemr.com" # login footer links REACT_APP_HOME_LINK='https://qa-www.mermsemr.com/' diff --git a/.env.production b/.env.production index d45fb26..81d1f50 100644 --- a/.env.production +++ b/.env.production @@ -3,6 +3,7 @@ REACT_APP_NODE_ENV="production" REACT_APP_SOCKET_URL="https://socket.mermsemr.com" REACT_APP_MAIN_API="https://devapi.mermsemr.com" REACT_APP_MEDIA_SERVER="https://media.mermsemr.com" +REACT_APP_MAIN_SOCKET="https://socket.mermsemr.com" # login footer links REACT_APP_HOME_LINK='https://www.mermsemr.com/' diff --git a/.env.qa b/.env.qa index 842e274..56fab8d 100644 --- a/.env.qa +++ b/.env.qa @@ -3,7 +3,7 @@ REACT_APP_NODE_ENV="development" 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://qa-socket.mermsemr.com" +REACT_APP_MAIN_SOCKET="https://devsocket.mermsemr.com" # login footer links REACT_APP_HOME_LINK='https://qa-www.mermsemr.com/'