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