diff --git a/.env.development b/.env.development index f58ba9f..bb7488f 100644 --- a/.env.development +++ b/.env.development @@ -18,7 +18,7 @@ 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=300000 -REACT_APP_SESSION_EXPIRE_CHECKER=60000 +REACT_APP_SESSION_EXPIRE_CHECKER=300000 REACT_APP_LOGIN_ERROR_TIMEOUT=7000 REACT_APP_SIGNUP_ERROR_TIMEOUT=7000 diff --git a/.env.poduction b/.env.poduction index 2dc4744..43b895b 100644 --- a/.env.poduction +++ b/.env.poduction @@ -18,7 +18,7 @@ REACT_APP_USERS_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/svs/user" #"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" REACT_APP_SESSION_EXPIRE_MINUTES=300000 -REACT_APP_SESSION_EXPIRE_CHECKER=60000 +REACT_APP_SESSION_EXPIRE_CHECKER=300000 REACT_APP_LOGIN_ERROR_TIMEOUT=7000 REACT_APP_SIGNUP_ERROR_TIMEOUT=7000