Parcourir la source

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 il y a 4 ans
committed by GitHub
Parent
révision
45119ea9df
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roles/matrix-jitsi/templates/jvb/env.j2

+ 1
- 1
roles/matrix-jitsi/templates/jvb/env.j2 Voir le fichier

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

Chargement…
Annuler
Enregistrer