diff --git a/.env b/.env index 46f3a63..57093c5 100644 --- a/.env +++ b/.env @@ -2,14 +2,14 @@ SKIP_PREFLIGHT_CHECK=true 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://dev-media.mermsemr.com" +REACT_APP_MEDIA_SERVER="https://qa-media.mermsemr.com" REACT_APP_MAIN_SOCKET="https://dev-socket.mermsemr.com" # login footer links -REACT_APP_HOME_LINK='https://dev-www.mermsemr.com/' -REACT_APP_ABOUT_LINK='https://dev-www.mermsemr.com/about' -REACT_APP_CONTACTS_LINK='https://dev-www.mermsemr.com/contacts' -REACT_APP_TERMS_LINK='https://dev-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 diff --git a/.env.qa b/.env.qa new file mode 100644 index 0000000..842e274 --- /dev/null +++ b/.env.qa @@ -0,0 +1,15 @@ +SKIP_PREFLIGHT_CHECK=true +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" + +# login footer links +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