port change

This commit is contained in:
2023-02-09 15:12:37 -05:00
parent 4c177dbc4c
commit 8b5ee2da8c
3 changed files with 8 additions and 4 deletions
+5 -2
View File
@@ -7,8 +7,11 @@ REACT_APP_APPSITE=" https://myfitapp.mermsemr.com"
#REACT_APP_APPSITE="http://localhost:7012"
REACT_APP_AUX_ENDPOINT = "http://10.20.30.32:9083/svs/user"
REACT_APP_USERS_ENDPOINT = "http://10.20.30.32:9083/svs/user"
# REACT_APP_AUX_ENDPOINT = "http://10.20.30.32:9083/svs/user"
# REACT_APP_USERS_ENDPOINT = "http://10.20.30.32:9083/svs/user"
REACT_APP_AUX_ENDPOINT = "https://apigate.lotus.g1.wrenchboard.com/svs/user"
REACT_APP_USERS_ENDPOINT = "https://apigate.lotus.g1.wrenchboard.com/svs/user"
#"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser"
REACT_APP_SESSION_EXPIRE_MINUTES = 5