summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorcelogeek2020-07-17 11:45:30 +0200
committercelogeek2020-07-17 11:45:30 +0200
commitfb07c50b50d10db4f55561b879116232d17ccbb9 (patch)
treeb79d3ae3c18ca11a2480bf633f1e6218c797f2aa /config
parent7d788ef70e5d41d695b10d44bf9bff33b16b067e (diff)
downloadaur-fb07c50b50d10db4f55561b879116232d17ccbb9.tar.gz
update to 2.1+202+g5f9377b9
Diffstat (limited to 'config')
-rw-r--r--config17
1 files changed, 10 insertions, 7 deletions
diff --git a/config b/config
index e5a51c05ba32..0a61f06f5848 100644
--- a/config
+++ b/config
@@ -1,22 +1,25 @@
# Jitsi Videobridge settings
# sets the XMPP domain (default: none)
-JVB_HOSTNAME=
+JVB_HOSTNAME=jitsi-meet.example.org
# sets the hostname of the XMPP server (default: domain if set, localhost otherwise)
-JVB_HOST=localhost
+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=
+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/jitsi\
- -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=videobridge\
- -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi-videobridge\
- -Djava.util.logging.config.file=/etc/jitsi/videobridge/logging.properties"
+JAVA_SYS_PROPS="\
+ -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi\
+ -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=videobridge\
+ -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi-videobridge\
+ -Djava.util.logging.config.file=/etc/jitsi/videobridge/logging.properties\
+"