Browse Source

Add module configuration to jitsi-prosody env file

pull/1114/head
SkepticalWaves 5 years ago
committed by GitHub
parent
commit
2886dc3939
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-jitsi/templates/prosody/env.j2

+ 1
- 1
roles/matrix-jitsi/templates/prosody/env.j2 View File

@@ -25,7 +25,7 @@ XMPP_GUEST_DOMAIN={{ matrix_jitsi_xmpp_guest_domain }}
XMPP_MUC_DOMAIN={{ matrix_jitsi_xmpp_muc_domain }}
XMPP_INTERNAL_MUC_DOMAIN={{ matrix_jitsi_xmpp_internal_muc_domain }}

XMPP_MODULES=
XMPP_MODULES={{ matrix_jitsi_xmpp_modules }}
XMPP_MUC_MODULES=
XMPP_INTERNAL_MUC_MODULES=



Loading…
Cancel
Save