summarylogtreecommitdiffstats
path: root/jitsi-videobridge.conf
diff options
context:
space:
mode:
authorcelogeek2021-04-10 12:34:30 +0200
committercelogeek2021-04-10 12:34:30 +0200
commit892b5946d3c61fa3570b8d0833223f0ce58ccc18 (patch)
tree601ff7ca15d862ff9f38bc9393f7ab3efb08c21b /jitsi-videobridge.conf
parenta2d92168aafae8c6691e618113bfbc6dbbf734a1 (diff)
downloadaur-892b5946d3c61fa3570b8d0833223f0ce58ccc18.tar.gz
unified config of jitsi-meet on arch
Diffstat (limited to 'jitsi-videobridge.conf')
-rw-r--r--jitsi-videobridge.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/jitsi-videobridge.conf b/jitsi-videobridge.conf
deleted file mode 100644
index 8461807bb2f8..000000000000
--- a/jitsi-videobridge.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# sets the XMPP domain (default: none)
-JVB_HOSTNAME=jitsi.example.com
-
-# sets the hostname of the XMPP server (default: domain if set, localhost otherwise)
-JVB_HOST=localhost
-
-# 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=
-
-# extra options to pass to the JVB daemon
-# --apis defaults to xmpp, which breaks the current jvb2 as of 2020-05-02
-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"
-
-# application config (not ready yet)
-# https://github.com/jitsi/jitsi-videobridge/issues/1229
-#JAVA_SYS_PROPS="-Dconfig.file=/etc/jitsi-videobridge/application.conf -Djava.util.logging.config.file=/etc/jitsi-videobridge/logging.properties"