diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 4182a60..eb3a52e 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -24,10 +24,6 @@ site_apps_show = { "monal"; } -{%- if roster_groups is defined %} -groups_file = "/etc/prosody/groups/{{ virtual_host }}.toml" -{% endif %} - contact_info = { abuse = { "xmpp:abuse@{{ virtual_host }}" }; admin = { "xmpp:admin@{{ virtual_host }}" }; |