mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Remove multiple host_config sections
This commit is contained in:
parent
e3483ef9e1
commit
a62fb69e20
@ -52,7 +52,6 @@ Welcome to this XMPP server."
|
||||
mod_stats: []
|
||||
mod_time: []
|
||||
mod_version: []
|
||||
host_config:
|
||||
"mysql.localhost":
|
||||
odbc_username: "ejabberd_test"
|
||||
odbc_type: mysql
|
||||
@ -106,7 +105,6 @@ Welcome to this XMPP server."
|
||||
mod_stats: []
|
||||
mod_time: []
|
||||
mod_version: []
|
||||
host_config:
|
||||
"mnesia.localhost":
|
||||
auth_method: internal
|
||||
modules:
|
||||
@ -153,10 +151,8 @@ Welcome to this XMPP server."
|
||||
mod_stats: []
|
||||
mod_time: []
|
||||
mod_version: []
|
||||
host_config:
|
||||
"localhost":
|
||||
auth_method: internal
|
||||
host_config:
|
||||
"ldap.localhost":
|
||||
ldap_servers:
|
||||
- "localhost"
|
||||
@ -180,7 +176,6 @@ Welcome to this XMPP server."
|
||||
mod_stats: []
|
||||
mod_time: []
|
||||
mod_version: []
|
||||
host_config:
|
||||
"extauth.localhost":
|
||||
extauth_program: "python extauth.py"
|
||||
auth_method: external
|
||||
|
Loading…
Reference in New Issue
Block a user