Testing preview node env
This commit is contained in:
parent
926f05f301
commit
0a1c22b06f
5
.env.preview
Normal file
5
.env.preview
Normal 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
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user