summarylogtreecommitdiffstats
path: root/config
blob: 428877b0672851e9fb2323ca7364021b59faadb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Jitsi Conference Focus settings

# 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\
"