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

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 година
committed by GitHub
родитељ
комит
45119ea9df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-jitsi/templates/jvb/env.j2

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

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

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