mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
28 lines
1 KiB
Text
28 lines
1 KiB
Text
|
# Jitsi Conference Focus settings
|
||
|
# sets the host name of the XMPP server
|
||
|
JICOFO_HOST=localhost
|
||
|
|
||
|
# sets the XMPP domain (default: none)
|
||
|
JICOFO_HOSTNAME=__DOMAIN__
|
||
|
|
||
|
# sets the secret used to authenticate as an XMPP component
|
||
|
JICOFO_SECRET=__FOCUS_SECRET__
|
||
|
|
||
|
# sets the port to use for the XMPP component connection
|
||
|
JICOFO_PORT=__PORT_COMPONENT__
|
||
|
|
||
|
# sets the XMPP domain name to use for XMPP user logins
|
||
|
JICOFO_AUTH_DOMAIN=auth.__DOMAIN__
|
||
|
|
||
|
# sets the username to use for XMPP user logins
|
||
|
JICOFO_AUTH_USER=__FOCUS_USER__
|
||
|
|
||
|
# sets the password to use for XMPP user logins
|
||
|
JICOFO_AUTH_PASSWORD=__FOCUS_PASSWORD__
|
||
|
|
||
|
# 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/__APP__ -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jicofo -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi -Djava.util.logging.config.file=/etc/__APP__/jicofo/logging.properties"
|