From f9c350c65a4282e5d5487d5f42b31fd9aef001a4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-BC3NEC6\\chiefsoft" Date: Sun, 22 Jan 2023 19:57:28 -0500 Subject: [PATCH] ENV update --- .env | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 31337e1..dc4f84b 100644 --- a/.env +++ b/.env @@ -1 +1,11 @@ -SKIP_PREFLIGHT_CHECK=true \ No newline at end of file +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://devapi.mermsemr.com/en/desktop/api/v2/myfit" +REACT_APP_USERS_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfitusers" \ No newline at end of file