From c996ee569ef1c15a50d495177c06166c20626e7f Mon Sep 17 00:00:00 2001 From: Nicola Date: Sun, 11 Oct 2020 11:12:55 +1100 Subject: [PATCH] Change backend urls to connect.owlbear.rodeo --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 18d9aab..54e95f6 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -REACT_APP_BROKER_URL=https://agent.owlbear.dev -REACT_APP_ICE_SERVERS_URL=https://agent.owlbear.dev/iceservers +REACT_APP_BROKER_URL=https://connect.owlbear.rodeo +REACT_APP_ICE_SERVERS_URL=https://connect.owlbear.rodeo/iceservers REACT_APP_VERSION=$npm_package_version \ No newline at end of file