Преглед изворни кода

Merge pull request #434 from teutat3s/missing_jitsi_jicofo_auth_url

add missing jitsi auth URL conditional
pull/437/head
Slavi Pantaleev пре 6 година
committed by GitHub
родитељ
комит
5cca71e8da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 измењених фајлова са 5 додато и 1 уклоњено
  1. +4
    -0
      roles/matrix-jitsi/templates/jicofo/sip-communicator.properties.j2
  2. +1
    -1
      roles/matrix-jitsi/templates/web/config.js.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.BREWERY={{ matrix_jitsi_jibri_brewery_muc }}@{{ matrix_jitsi_xmpp_internal_muc_domain }}
org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90 org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90

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

+ 1
- 1
roles/matrix-jitsi/templates/web/config.js.j2 Прегледај датотеку

@@ -21,7 +21,7 @@ var config = {
{% if matrix_jitsi_enable_auth %} {% if matrix_jitsi_enable_auth %}
{% if matrix_jitsi_enable_guests %} {% if matrix_jitsi_enable_guests %}
// When using authentication, domain for guest users. // When using authentication, domain for guest users.
anonymousdomain: '{{ matrix_jitsi_xmpp_guest_domain }}',
anonymousdomain: '{{ matrix_jitsi_xmpp_guest_domain }}',
{% endif %} {% endif %}


// Domain for authenticated users. Defaults to <domain>. // Domain for authenticated users. Defaults to <domain>.


Loading…
Откажи
Сачувај