summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config19
1 files changed, 0 insertions, 19 deletions
diff --git a/config b/config
index 77acd6d6d372..3b635d14375c 100644
--- a/config
+++ b/config
@@ -1,21 +1,5 @@
# Jitsi Videobridge settings
-# sets the XMPP domain (default: none)
-JVB_HOSTNAME=jitsi-meet.example.org
-
-# sets the hostname of the XMPP server (default: domain if set, localhost otherwise)
-JVB_HOST=
-
-# sets the port of the XMPP server (default: 5275)
-JVB_PORT=5347
-
-# sets the shared secret used to authenticate to the XMPP server
-JVB_SECRET=__PASSWORD_FOR_USER_jvb@auth.jitsi-meet.example.org__
-
-# extra options to pass to the JVB daemon
-JVB_OPTS="--apis=,"
-
-
# adds java system props that are passed to jvb (default are for home and logging config file)
JAVA_SYS_PROPS="\
-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc\
@@ -26,6 +10,3 @@ JAVA_SYS_PROPS="\
-Djava.util.prefs.userRoot=/var/lib/jitsi-videobridge-git\
"
-# JDK15
-# You can try this if you use JDK15
-# VIDEOBRIDGE_GC_TYPE=G1GC