From 37f59cd896cb393c293a6e9e7e35b1079bf5a18c Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 15 Jun 2023 12:00:52 +1000 Subject: [PATCH] Remove unused env variables --- .env | 5 ----- .env.production | 6 ------ 2 files changed, 11 deletions(-) diff --git a/.env b/.env index 2689a43..e3dcab2 100644 --- a/.env +++ b/.env @@ -1,9 +1,4 @@ REACT_APP_BROKER_URL=http://localhost:9000 REACT_APP_ICE_SERVERS_URL=http://localhost:9000/iceservers -REACT_APP_STRIPE_API_KEY=pk_test_8M3NHrF1eI2b84ubF4F8rSTe0095R3f0My -REACT_APP_STRIPE_URL=http://localhost:9000 REACT_APP_VERSION=$npm_package_version -REACT_APP_PREVIEW=false -REACT_APP_LOGGING=false -REACT_APP_FATHOM_SITE_ID=VMSHBPKD REACT_APP_MAINTENANCE=false diff --git a/.env.production b/.env.production index d0310e8..eb467f8 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,4 @@ REACT_APP_BROKER_URL=https://rocket.owlbear.rodeo 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=false -REACT_APP_LOGGING=false -REACT_APP_FATHOM_SITE_ID=VMSHBPKD -REACT_APP_SENTRY_DSN=https://d6d22c5233b54c4d91df8fa29d5ffeb0@o467475.ingest.sentry.io/5493956 REACT_APP_MAINTENANCE=false \ No newline at end of file