From b12797fb09fac184fe0fa64e0222c424fcef0a2c Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 3 May 2020 23:40:04 +1000 Subject: [PATCH] Update .env.production --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 493684e..3277f06 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ REACT_APP_BROKER_URL=https://agent.owlbear.rodeo -REACT_APP_ICE_SERVERS_URL=http://agent.owlbear.rodeo/iceservers \ No newline at end of file +REACT_APP_ICE_SERVERS_URL=https://agent.owlbear.rodeo/iceservers \ No newline at end of file