From 64c1f114f21e719d316006eb79c2faff22c31421 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Mon, 20 Jul 2020 21:33:25 +1000 Subject: [PATCH] Changed back to prod broker --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 48c360a..3305ecc 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -REACT_APP_BROKER_URL=https://broker.owlbear.dev -REACT_APP_ICE_SERVERS_URL=https://broker.owlbear.dev/iceservers \ No newline at end of file +REACT_APP_BROKER_URL=https://broker.owlbear.app +REACT_APP_ICE_SERVERS_URL=https://broker.owlbear.app/iceservers \ No newline at end of file