26 lines
735 B
Bash
26 lines
735 B
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="https://api.myfit.ai/en/desktop/api/v2/myfit"
|
|
REACT_APP_USERS_ENDPOINT="https://api.myfit.ai/en/desktop/api/v2/myfituser"
|
|
|
|
# REACT_APP_PASSWORD_ENDPOINT="https://api.mermsemr.com/en/desktop/api/v2/myfituser/resetpass"
|
|
|
|
REACT_APP_SESSION_EXPIRE_MINUTES=15
|
|
|
|
REACT_APP_TRACKING="Tracking"
|
|
REACT_APP_RESOURCES="Resources"
|
|
REACT_APP_HISTORY="History"
|
|
|
|
REACT_APP_TRACKING_SHOW=0
|
|
REACT_APP_HISTORY_SHOW=0
|
|
|
|
REACT_APP_RESOURCES_SHOW=0
|
|
|
|
REACT_APP_VERSION_NO="PROD-CONFIG"
|