summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorcelogeek2021-04-10 12:13:21 +0200
committercelogeek2021-04-10 12:13:21 +0200
commitd56eca244b78cd40f7f6a0e603905e249c8d24f9 (patch)
treeec62e83235b023591bb8910b20d0abf597675748 /config
parent1dfe9e653234d5a8a50af47a5f235bf4a2ae4fc4 (diff)
downloadaur-d56eca244b78cd40f7f6a0e603905e249c8d24f9.tar.gz
unified config of jitsi-meet on arch
Diffstat (limited to 'config')
-rw-r--r--config28
1 files changed, 28 insertions, 0 deletions
diff --git a/config b/config
new file mode 100644
index 000000000000..91d0bfd34d44
--- /dev/null
+++ b/config
@@ -0,0 +1,28 @@
+# Jitsi Conference Focus settings
+# sets the host name of the XMPP server
+JICOFO_HOST=localhost
+
+# sets the XMPP domain (default: none)
+JICOFO_HOSTNAME=jitsi-meet.example.org
+
+# sets the XMPP domain name to use for XMPP user logins
+JICOFO_AUTH_DOMAIN=auth.jitsi-meet.example.org
+
+# 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=__PASSWORD_FOR_USER_focus@auth.jitsi-meet.example.org__
+
+# 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="\
+ -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc\
+ -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jicofo-git\
+ -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jicofo-git\
+ -Djava.util.logging.config.file=/etc/jicofo-git/logging.properties\
+ -Dconfig.file=/etc/jicofo-git/jicofo.conf\
+ -Djava.util.prefs.userRoot=/var/lib/jicofo-git\
+"