From 9f1ecab540884f8813479bfe758d2b1abe6a4b9d Mon Sep 17 00:00:00 2001 From: Nicola Date: Wed, 20 May 2020 15:33:36 +1000 Subject: [PATCH] Change backend servers --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index c4c77e7..fc85f2e 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://agent.owlbear.dev +REACT_APP_ICE_SERVERS_URL=https://agent.owlbear.dev/iceservers \ No newline at end of file