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.
10 lines
407 B
10 lines
407 B
5 years ago
|
# {{ ansible_managed }}
|
||
|
JICOFO_HOST={{ jitsi_xmpp_server }}
|
||
|
JICOFO_DOMAIN={{ jitsi_domain }}
|
||
|
JICOFO_USER=focus
|
||
|
JICOFO_USERDOMAIN={{ jitsi_auth_domain }}
|
||
|
JICOFO_SECRET='{{ jitsi_jicofo_xmpp_secret }}'
|
||
|
JICOFO_USER_PASS='{{ jitsi_jicofo_focus_pass }}'
|
||
|
JICOFO_OPTS=''
|
||
|
JAVA_SYS_PROPS="-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION={{ jitsi_root_dir }}/etc -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jicofo"
|