From 5b3b41904e790c1b6dd4c3b34c62bd6ec6e07652 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 16 Feb 2021 20:50:11 +1100 Subject: [PATCH] Update .env.production --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 87c7177..f8a939f 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ -REACT_APP_BROKER_URL=https://rocket.owlbear.rodeo -REACT_APP_ICE_SERVERS_URL=https://rocket.owlbear.rodeo/iceservers +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