Testing preview node env

This commit is contained in:
Mitchell McCaffrey 2020-12-03 11:57:30 +11:00
parent 926f05f301
commit 0a1c22b06f
2 changed files with 7 additions and 0 deletions

5
.env.preview Normal file
View File

@ -0,0 +1,5 @@
REACT_APP_BROKER_URL=https://test.owlbear.rodeo
REACT_APP_ICE_SERVERS_URL=https://test.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

View File

@ -11,6 +11,8 @@ import * as serviceWorker from "./serviceWorker";
import "./index.css";
console.log(process.env.NODE_ENV);
// if (process.env.NODE_ENV === "production") {
// Sentry.init({
// dsn: