15 lines
629 B
Bash
15 lines
629 B
Bash
REACT_APP_US_ADDRESS="USA: 32 Oatgrass Dr, Grayson GA 30017"
|
|
REACT_APP_US_PHONE="(415) 251 7583"
|
|
REACT_APP_SUPPORT_EMAIL="support@mermsemr.com"
|
|
REACT_APP_YEAR=2023
|
|
REACT_APP_ANDROID_URL="https://play.google.com/store/apps/details?id=com.mermsemr.myfit"
|
|
REACT_APP_IOS_URL="https://play.google.com/store/apps/details?id=com.mermsemr.myfit"
|
|
|
|
REACT_APP_FACEBOOK="https://www.facebook.com/profile.php?id=100066498622246"
|
|
REACT_APP_TWITTER="https://twitter.com/fluxtra"
|
|
|
|
# Changed href to this url
|
|
REACT_APP_APPSITE=" http://www.dev.floatev.chiefsoft.us"
|
|
|
|
REACT_APP_AUX_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfit"
|