prosody: add domain mapper options to default configuration

This commit is contained in:
Léopold Jacquot 2021-07-30 10:13:47 +02:00 committed by GitHub
parent cf90461810
commit bcae3b19b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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