浏览代码

add missing jitsi auth URL conditional

pull/434/head
teutat3s 6 年前
父节点
当前提交
ea072eb38d
找不到此签名对应的密钥 GPG 密钥 ID: 18DAE600A6BBE705
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      roles/matrix-jitsi/templates/jicofo/sip-communicator.properties.j2

+ 4
- 0
roles/matrix-jitsi/templates/jicofo/sip-communicator.properties.j2 查看文件

@@ -3,3 +3,7 @@ org.jitsi.jicofo.BRIDGE_MUC={{ matrix_jitsi_jvb_brewery_muc }}@{{ matrix_jitsi_x

org.jitsi.jicofo.jibri.BREWERY={{ matrix_jitsi_jibri_brewery_muc }}@{{ matrix_jitsi_xmpp_internal_muc_domain }}
org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90

{% if matrix_jitsi_enable_auth %}
org.jitsi.jicofo.auth.URL=XMPP:{{ matrix_jitsi_xmpp_domain }}
{% endif %}

正在加载...
取消
保存