From 537b32ed173aeb9ec8665fade18705f20069bce4 Mon Sep 17 00:00:00 2001 From: Nicola Date: Thu, 21 May 2020 23:38:05 +1000 Subject: [PATCH] Update server variable after patch --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index c4c77e7..3305ecc 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -REACT_APP_BROKER_URL=https://signal.owlbear.rodeo -REACT_APP_ICE_SERVERS_URL=https://signal.owlbear.rodeo/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