diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-02-19 16:15:11 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-02-19 16:38:43 +0300 |
commit | 4b0860e7debf0326fac0cc93fbfedd202bf2f6d1 (patch) | |
tree | c5e892ffbafce286472ef470c5b53285bc7de824 /test | |
parent | Fix format_result so get_room_options command works again after aa5caa3 (diff) |
Make it possible to define 'sm_db_type' per virtual host
Diffstat (limited to 'test')
-rw-r--r-- | test/ejabberd_SUITE_data/ejabberd.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index c0d3aa8c..30eaa5ed 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -8,6 +8,7 @@ host_config: odbc_password: "@@pgsql_pass@@" odbc_database: "@@pgsql_db@@" auth_method: odbc + sm_db_type: odbc modules: mod_announce: db_type: odbc @@ -60,6 +61,7 @@ Welcome to this XMPP server." "sqlite.localhost": odbc_type: sqlite auth_method: odbc + sm_db_type: odbc modules: mod_announce: db_type: odbc @@ -118,6 +120,7 @@ Welcome to this XMPP server." odbc_password: "@@mysql_pass@@" odbc_database: "@@mysql_db@@" auth_method: odbc + sm_db_type: odbc modules: mod_announce: db_type: odbc |