Kaynağa Gözat

Remove a space from XMPP_INTERNAL_MUC_DOMAIN

The domain is invalid with space, so it shouldn't be here
pull/1470/head
Alexander Bersenev 4 yıl önce
committed by GitHub
ebeveyn
işleme
45119ea9df
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      roles/matrix-jitsi/templates/jvb/env.j2

+ 1
- 1
roles/matrix-jitsi/templates/jvb/env.j2 Dosyayı Görüntüle

@@ -25,7 +25,7 @@ COLIBRI_REST_ENABLED
SHUTDOWN_REST_ENABLED
TZ={{ matrix_jitsi_timezone }}
XMPP_AUTH_DOMAIN={{ matrix_jitsi_xmpp_auth_domain }}
XMPP_INTERNAL_MUC_DOMAIN= {{ matrix_jitsi_xmpp_internal_muc_domain }}
XMPP_INTERNAL_MUC_DOMAIN={{ matrix_jitsi_xmpp_internal_muc_domain }}
XMPP_SERVER={{ matrix_jitsi_xmpp_server }}

{{ matrix_jitsi_jvb_environment_variables_extension }}

Yükleniyor…
İptal
Kaydet