From b4fc6b42a55dca073ad80d1d3d3a0a326dfafefb Mon Sep 17 00:00:00 2001 From: Nicola Thouliss <53867736+nthouliss@users.noreply.github.com> Date: Sun, 5 Sep 2021 13:54:34 +1000 Subject: [PATCH] Switch backend servers to prod --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index af31a79..6709c31 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ -REACT_APP_BROKER_URL=https://stage.owlbear.rodeo -REACT_APP_ICE_SERVERS_URL=https://stage.owlbear.rodeo/iceservers +REACT_APP_BROKER_URL=https://prod.owlbear.rodeo +REACT_APP_ICE_SERVERS_URL=https://prod.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