From 01d738b9c6f102fe8ec27ad2737fa52b994bce53 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 9 Mar 2021 12:12:19 +1100 Subject: [PATCH] Turn off logging --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 87c7177..66c86da 100644 --- a/.env.production +++ b/.env.production @@ -3,6 +3,6 @@ REACT_APP_ICE_SERVERS_URL=https://rocket.owlbear.rodeo/iceservers REACT_APP_STRIPE_API_KEY=pk_live_MJjzi5djj524Y7h3fL5PNh4e00a852XD51 REACT_APP_STRIPE_URL=https://payment.owlbear.rodeo REACT_APP_VERSION=$npm_package_version -REACT_APP_PREVIEW=true -REACT_APP_LOGGING=true +REACT_APP_PREVIEW=false +REACT_APP_LOGGING=false REACT_APP_FATHOM_SITE_ID=VMSHBPKD \ No newline at end of file