Răsfoiți Sursa

prosody: add domain mapper options to default configuration

Léopold Jacquot 3 ani în urmă
părinte
comite
bcae3b1
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

+ 2 - 0
prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@@ -9,6 +9,8 @@ unlimited_jids = {
 }
 
 plugin_paths = { "/prosody-plugins/", "/prosody-plugins-custom" }
+-- domain mapper options, must at least have domain base set to use the mapper
+muc_mapper_domain_base = "{{ .Env.XMPP_DOMAIN }}";
 http_default_host = "{{ .Env.XMPP_DOMAIN }}"
 
 {{ $ENABLE_AUTH := .Env.ENABLE_AUTH | default "0" | toBool }}