From ded365070535dcbb9dcd9d85a274b88c46344fa6 Mon Sep 17 00:00:00 2001 From: hristoterezov <hristo@jitsi.org> Date: Wed, 28 Dec 2016 13:53:27 -0600 Subject: [PATCH] fix(config): the default jitsi meet deployment value --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 403ac74..4ed15d6 100644 --- a/config.js +++ b/config.js @@ -1,3 +1,3 @@ module.exports = { - jitsiMeetURL: "https://hristo.jitsi.net/" + jitsiMeetURL: "https://meet.jit.si/" }; -- GitLab