diff --git a/.env b/.env index 0f30f4d..46f3a63 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ SKIP_PREFLIGHT_CHECK=true REACT_APP_NODE_ENV="development" -REACT_APP_SOCKET_URL="https://dev-socket.mermsemr.com" +REACT_APP_SOCKET_URL="https://devsocket.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" diff --git a/.env.development b/.env.development index 8944f91..249d986 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ SKIP_PREFLIGHT_CHECK=true REACT_APP_NODE_ENV="development" -REACT_APP_SOCKET_URL="https://dev-socket.mermsemr.com" +REACT_APP_SOCKET_URL="https://devsocket.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"