From 30540e46bad7bc32d80f25482ba6fc5f121163af Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 30 Oct 2025 17:53:16 +0100 Subject: [PATCH] added app download show/hide env value --- .env | 2 +- .env.development | 2 +- .env.production | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 9436530..9e7a34d 100644 --- a/.env +++ b/.env @@ -17,5 +17,5 @@ REACT_APP_TERMS_LINK='https://qa-www.mermsemr.com/terms' REACT_APP_TIMEOUT=600000 # show download button -REACT_APP_SHOW_DOWNLOAD=100 +REACT_APP_SHOW_DOWNLOAD=0 diff --git a/.env.development b/.env.development index 9334e54..97940b1 100644 --- a/.env.development +++ b/.env.development @@ -18,5 +18,5 @@ REACT_APP_TERMS_LINK='https://qa-www.mermsemr.com/terms' REACT_APP_TIMEOUT=600000 # show download button -REACT_APP_SHOW_DOWNLOAD=100 +REACT_APP_SHOW_DOWNLOAD=0 diff --git a/.env.production b/.env.production index 658df64..4c4d90f 100644 --- a/.env.production +++ b/.env.production @@ -17,4 +17,4 @@ REACT_APP_TERMS_LINK='https://www.mermsemr.com/terms' REACT_APP_TIMEOUT=600000 # show download button -REACT_APP_SHOW_DOWNLOAD=100 \ No newline at end of file +REACT_APP_SHOW_DOWNLOAD=0 \ No newline at end of file -- 2.34.1