Explorar el Código

add missing jitsi auth URL conditional

pull/434/head
teutat3s hace 6 años
padre
commit
ea072eb38d
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 18DAE600A6BBE705
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      roles/matrix-jitsi/templates/jicofo/sip-communicator.properties.j2

+ 4
- 0
roles/matrix-jitsi/templates/jicofo/sip-communicator.properties.j2 Ver fichero

@@ -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 %}

Cargando…
Cancelar
Guardar