diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2013-08-27 20:05:12 +1000 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2013-08-27 20:05:12 +1000 |
commit | a62fb69e2073d51db7303f220ac4782f7dad486d (patch) | |
tree | 659a9a8bcce241fd8eb461dcf08999f62a9c16ed | |
parent | Do not rely on p1_logger_h module when lager is enabled (diff) |
Remove multiple host_config sections
-rw-r--r-- | test/ejabberd_SUITE_data/ejabberd.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index 47cccb97c..a3f4e160f 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -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 |