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