mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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_stats: []
|
||||||
mod_time: []
|
mod_time: []
|
||||||
mod_version: []
|
mod_version: []
|
||||||
host_config:
|
|
||||||
"mysql.localhost":
|
"mysql.localhost":
|
||||||
odbc_username: "ejabberd_test"
|
odbc_username: "ejabberd_test"
|
||||||
odbc_type: mysql
|
odbc_type: mysql
|
||||||
@ -106,7 +105,6 @@ Welcome to this XMPP server."
|
|||||||
mod_stats: []
|
mod_stats: []
|
||||||
mod_time: []
|
mod_time: []
|
||||||
mod_version: []
|
mod_version: []
|
||||||
host_config:
|
|
||||||
"mnesia.localhost":
|
"mnesia.localhost":
|
||||||
auth_method: internal
|
auth_method: internal
|
||||||
modules:
|
modules:
|
||||||
@ -153,10 +151,8 @@ Welcome to this XMPP server."
|
|||||||
mod_stats: []
|
mod_stats: []
|
||||||
mod_time: []
|
mod_time: []
|
||||||
mod_version: []
|
mod_version: []
|
||||||
host_config:
|
|
||||||
"localhost":
|
"localhost":
|
||||||
auth_method: internal
|
auth_method: internal
|
||||||
host_config:
|
|
||||||
"ldap.localhost":
|
"ldap.localhost":
|
||||||
ldap_servers:
|
ldap_servers:
|
||||||
- "localhost"
|
- "localhost"
|
||||||
@ -180,7 +176,6 @@ Welcome to this XMPP server."
|
|||||||
mod_stats: []
|
mod_stats: []
|
||||||
mod_time: []
|
mod_time: []
|
||||||
mod_version: []
|
mod_version: []
|
||||||
host_config:
|
|
||||||
"extauth.localhost":
|
"extauth.localhost":
|
||||||
extauth_program: "python extauth.py"
|
extauth_program: "python extauth.py"
|
||||||
auth_method: external
|
auth_method: external
|
||||||
|
Loading…
Reference in New Issue
Block a user