From 803bc5dd16d30feddce207bb1ec13a513084c151 Mon Sep 17 00:00:00 2001 From: nicola thouliss Date: Sun, 4 Oct 2020 11:48:15 +1100 Subject: [PATCH] Change backend to new test servers --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index c37dac6..18d9aab 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -REACT_APP_BROKER_URL=https://broker.owlbear.app -REACT_APP_ICE_SERVERS_URL=https://broker.owlbear.app/iceservers +REACT_APP_BROKER_URL=https://agent.owlbear.dev +REACT_APP_ICE_SERVERS_URL=https://agent.owlbear.dev/iceservers REACT_APP_VERSION=$npm_package_version \ No newline at end of file