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
332 B
7 lines
332 B
JVB_HOSTNAME={{ jitsi_domain }}
|
|
JVB_HOST={{ jitsi_xmpp_server }}
|
|
JVB_PORT={{ jitsi_xmpp_component_port }}
|
|
JVB_SECRET='{{ jitsi_videobridge_xmpp_secret }}'
|
|
JVB_OPTS="--apis=xmpp,rest"
|
|
JAVA_SYS_PROPS="-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION={{ jitsi_root_dir }}/etc -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=videobridge"
|
|
|
|
|