From 0cdd977815ea11aea79eca71d563d282c8b94933 Mon Sep 17 00:00:00 2001 From: "DESKTOP-BC3NEC6\\chiefsoft" Date: Sat, 4 Mar 2023 19:03:56 -0500 Subject: [PATCH] production env file added --- .env.production | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .env.production diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..6ccba5f --- /dev/null +++ b/.env.production @@ -0,0 +1,21 @@ +REACT_APP_US_ADDRESS="USA: 32 Oatgrass Dr, Grayson GA 30017" +REACT_APP_US_PHONE="(415) 251 7583" +REACT_APP_SUPPORT_EMAIL="support@myfit.ai" +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_APPSITE="https://users.myfit.ai/login" +# " https://mermsemr.com" +#REACT_APP_APPSITE="http://localhost:7012" + +# Social Media Links +REACT_APP_FACEBOOK="https://www.facebook.com/profile.php?id=100066498622246" +REACT_APP_TWITTER="https://twitter.com/fluxtra" + + +REACT_APP_AUX_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfit" +REACT_APP_FORM_TIMEOUT=10000 +REACT_APP_MAX_MESSAGE_LENGHT=300 +REACT_APP_BLOGSITE="https://blog.mermsemr.com/"