Get rid of the 5apps.com config for now

This commit is contained in:
Greg 2019-03-13 15:23:08 +01:00
parent 8e052ab53a
commit 712507bed2
1 changed files with 1 additions and 19 deletions

View File

@ -8,17 +8,11 @@ log_rate_limit: 100
hosts:
- "kosmos.org"
- "5apps.com"
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.pem") || File.exist?("/opt/ejabberd/conf/5apps.com.pem") -%>
certfiles:
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.pem") -%>
certfiles:
- "/opt/ejabberd/conf/kosmos.org.pem"
<% end -%>
<% if File.exist?("/opt/ejabberd/conf/5apps.com.pem") -%>
- "/opt/ejabberd/conf/5apps.com.pem"
<% end -%>
<% end -%>
ca_file: "/opt/ejabberd/conf/cacert.pem"
@ -253,18 +247,6 @@ host_config:
access_persistent: muc_create
default_room_options:
mam: true
"5apps.com":
modules:
mod_muc:
host: "muc.5apps.com"
access:
- deny
access_admin:
- allow: admin
access_create: muc_create
access_persistent: muc_create
default_room_options:
mam: true
allow_contrib_modules: true
### Local Variables: