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