40 lines
1.6 KiB
Bash
40 lines
1.6 KiB
Bash
SKIP_PREFLIGHT_CHECK=true
|
|
|
|
REACT_APP_FACEBOOK="https://www.facebook.com/profile.php?id=100066498622246"
|
|
REACT_APP_TWITTER="https://twitter.com/fluxtra"
|
|
|
|
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="https://apigate.lotus.g1.wrenchboard.com/svs/user"
|
|
REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/svs/user"
|
|
|
|
#REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
|
|
#REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
|
|
|
|
#"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser"
|
|
|
|
REACT_APP_SESSION_EXPIRE_MINUTES=300000
|
|
REACT_APP_SESSION_EXPIRE_CHECKER=60000
|
|
|
|
REACT_APP_LOGIN_ERROR_TIMEOUT=7000
|
|
REACT_APP_SIGNUP_ERROR_TIMEOUT=7000
|
|
|
|
REACT_APP_FLUTTERWAVE_APIKEY=FLWPUBK_TEST-54c90141b028789d671067bd72f781a9-X
|
|
|
|
# Had to change the error time to 3sec cause it took too long
|
|
REACT_APP_RESET_START_ERROR_TIMEOUT=3000
|
|
|
|
#NUMBER OF ITEMS PER PAGE
|
|
REACT_APP_ITEM_PER_PAGE=5
|
|
|
|
#apigate.lotus.g1.wrenchboard.com:76.209.103.227
|
|
#apigate.orion.g1.wrenchboard.com:76.209.103.227
|
|
|
|
REACT_APP_GOOGLE_CLIENT_ID=817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com
|
|
REACT_APP_GOOGLE_CLIENT_SECRET=aozK_2G8UjaCmLgPPkv9abIm
|
|
REACT_APP_GOOGLE_CLIENT_SCOPE="https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile"
|
|
REACT_APP_GOOGLE_REDIRECT_URL=http://localhost:9082/login/auth/ |