summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorC0rn3j2020-05-23 18:53:48 +0200
committerC0rn3j2020-05-23 18:53:48 +0200
commit74dd7b38ad4a0c9b6a12a1591d2e5734a9a88300 (patch)
tree3e76e697ff838f0d1689080b05f3730accf48443 /config
parent2decd0a1e9216ce277c26c15b3be8cd3cfe61d75 (diff)
downloadaur-74dd7b38ad4a0c9b6a12a1591d2e5734a9a88300.tar.gz
unifi file names
Diffstat (limited to 'config')
-rw-r--r--config30
1 files changed, 0 insertions, 30 deletions
diff --git a/config b/config
deleted file mode 100644
index 5ed696c02b3c..000000000000
--- a/config
+++ /dev/null
@@ -1,30 +0,0 @@
-# sets the host name of the XMPP server
-JICOFO_HOST=localhost
-
-# sets the XMPP domain (default: none)
-JICOFO_HOSTNAME=jitsi.example.com
-
-# sets the secret used to authenticate as an XMPP component
-JICOFO_SECRET=YOURSECRET2
-
-# sets the port to use for the XMPP component connection
-JICOFO_PORT=5347
-
-# sets the XMPP domain name to use for XMPP user logins
-JICOFO_AUTH_DOMAIN=auth.jitsi.example.com
-
-# sets the username to use for XMPP user logins
-JICOFO_AUTH_USER=focus
-
-# sets the password to use for XMPP user logins
-JICOFO_AUTH_PASSWORD=YOURSECRET3
-
-# extra options to pass to the jicofo daemon
-JICOFO_OPTS=""
-
-# adds java system props that are passed to jicofo (default are for home and logging config file)
-JAVA_SYS_PROPS="-Xmx3072m\
- -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi\
- -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jicofo\
- -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jicofo\
- -Djava.util.logging.config.file=/etc/jitsi/jicofo/logging.properties"