## Jigasi settings

# SIP account
JIGASI_SIPUSER=xxx

# SIP password. Store it with $(echo -n $PWD | base64 -)
JIGASI_SIPPWD=PASSWORD1

# 8-chars random secret, alternative to pwgen 8
# head -c 8 /dev/urandom | tr '\0-\377' 'a-zA-Z0-9a-zA-Z0-9a-zA-Z0-9a-zA-Z0-9@@@@####'
JIGASI_SECRET=SECRET4

# Domain name. Use the XMPP domain (JVB_HOSTNAME) here
JIGASI_HOSTNAME=jitsi.example.com

# Host name (default: localhost)
JIGASI_HOST=localhost

# Extra options to pass to the jigasi daemon
JIGASI_OPTS=""

# sets the log directory and service log file
JIGASI_LOGDIR="/var/log/jitsi"
JIGASI_LOGFILE="$JIGASI_LOGDIR/jigasi.log"

# Add java system props that are passed to jigasi
JAVA_SYS_PROPS="-Djava.util.logging.config.file=/etc/jitsi/jigasi/logging.properties"
