From 5f3a193ec0dcf4567cb70b06ea426c42e4e3bf63 Mon Sep 17 00:00:00 2001 From: "DESKTOP-BC3NEC6\\chiefsoft" Date: Sun, 5 Mar 2023 21:51:10 -0500 Subject: [PATCH] Tracking and Resources env added --- .env | 5 ++++- .env.development | 5 ++++- .env.production | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 8f57720..8a2ac07 100755 --- a/.env +++ b/.env @@ -14,4 +14,7 @@ REACT_APP_USERS_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituse REACT_APP_SESSION_EXPIRE_MINUTES=15 REACT_APP_TRACKING="Tracking" -REACT_APP_RESOURCES="Resources" \ No newline at end of file +REACT_APP_RESOURCES="Resources" +REACT_APP_HISTORY="History" + +REACT_APP_TRACKING_SHOW=1 \ No newline at end of file diff --git a/.env.development b/.env.development index 8f57720..6e7f41d 100644 --- a/.env.development +++ b/.env.development @@ -14,4 +14,7 @@ REACT_APP_USERS_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituse REACT_APP_SESSION_EXPIRE_MINUTES=15 REACT_APP_TRACKING="Tracking" -REACT_APP_RESOURCES="Resources" \ No newline at end of file +REACT_APP_RESOURCES="Resources" +REACT_APP_HISTORY="History" + +REACT_APP_TRACKING_SHOW=1 diff --git a/.env.production b/.env.production index 8f57720..f87d2cf 100644 --- a/.env.production +++ b/.env.production @@ -14,4 +14,7 @@ REACT_APP_USERS_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituse REACT_APP_SESSION_EXPIRE_MINUTES=15 REACT_APP_TRACKING="Tracking" -REACT_APP_RESOURCES="Resources" \ No newline at end of file +REACT_APP_RESOURCES="Resources" +REACT_APP_HISTORY="History" + +REACT_APP_TRACKING_SHOW=0