Explorar el Código

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 hace 4 años
committed by GitHub
padre
commit
45119ea9df
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-jitsi/templates/jvb/env.j2

+ 1
- 1
roles/matrix-jitsi/templates/jvb/env.j2 Ver fichero

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

Cargando…
Cancelar
Guardar