Просмотр исходного кода

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
Родитель
Сommit
45119ea9df
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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 SHUTDOWN_REST_ENABLED
TZ={{ matrix_jitsi_timezone }} TZ={{ matrix_jitsi_timezone }}
XMPP_AUTH_DOMAIN={{ matrix_jitsi_xmpp_auth_domain }} 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 }} XMPP_SERVER={{ matrix_jitsi_xmpp_server }}


{{ matrix_jitsi_jvb_environment_variables_extension }} {{ matrix_jitsi_jvb_environment_variables_extension }}

Загрузка…
Отмена
Сохранить