Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

10 行
419 B

  1. org.jitsi.jicofo.ALWAYS_TRUST_MODE_ENABLED=true
  2. org.jitsi.jicofo.BRIDGE_MUC={{ matrix_jitsi_jvb_brewery_muc }}@{{ matrix_jitsi_xmpp_internal_muc_domain }}
  3. org.jitsi.jicofo.jibri.BREWERY={{ matrix_jitsi_jibri_brewery_muc }}@{{ matrix_jitsi_xmpp_internal_muc_domain }}
  4. org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90
  5. {% if matrix_jitsi_enable_auth %}
  6. org.jitsi.jicofo.auth.URL=XMPP:{{ matrix_jitsi_xmpp_domain }}
  7. {% endif %}