You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
327 B
7 lines
327 B
# {{ ansible_managed }}
|
|
JIGASI_HOST={{ jitsi_xmpp_server }}
|
|
JIGASI_DOMAIN={{ jitsi_domain }}
|
|
JIGASI_SUBDOMAIN=callcontrol
|
|
JIGASI_SECRET='{{ jitsi_jigasi_xmpp_secret }}'
|
|
JIGASI_OPTS=''
|
|
JAVA_SYS_PROPS="-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION={{ jitsi_root_dir }}/etc -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jigasi"
|
|
|