From 3c4387473a3ebe1863d2165f97aabacc1bfbf5fb Mon Sep 17 00:00:00 2001 From: "DESKTOP-BC3NEC6\\chiefsoft" Date: Sat, 4 Mar 2023 19:15:02 -0500 Subject: [PATCH] env Production & development file added --- .env.development | 17 +++++++++++++++++ .env.production | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .env.development create mode 100644 .env.production diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..8f57720 --- /dev/null +++ b/.env.development @@ -0,0 +1,17 @@ +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/myfituser" +# REACT_APP_PASSWORD_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituser/resetpass" + +REACT_APP_SESSION_EXPIRE_MINUTES=15 + +REACT_APP_TRACKING="Tracking" +REACT_APP_RESOURCES="Resources" \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..8f57720 --- /dev/null +++ b/.env.production @@ -0,0 +1,17 @@ +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/myfituser" +# REACT_APP_PASSWORD_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituser/resetpass" + +REACT_APP_SESSION_EXPIRE_MINUTES=15 + +REACT_APP_TRACKING="Tracking" +REACT_APP_RESOURCES="Resources" \ No newline at end of file