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