summaryrefslogtreecommitdiff
path: root/test/ejabberd_SUITE_data
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-03-30 10:31:51 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-03-30 10:31:51 +0300
commit31fd83b2aecd0d122d17c4b10d9b39a903da73f3 (patch)
treea5dcd211037950c898dca02e42f67e49ea4e5d82 /test/ejabberd_SUITE_data
parentoauth_list_tokens and oauth_revoke_token work only in Mnesia (#1644) (diff)
Add SQL as mod_carboncopy RAM backend
Diffstat (limited to 'test/ejabberd_SUITE_data')
-rw-r--r--test/ejabberd_SUITE_data/ejabberd.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml
index 41bf24ab..f58a429a 100644
--- a/test/ejabberd_SUITE_data/ejabberd.yml
+++ b/test/ejabberd_SUITE_data/ejabberd.yml
@@ -47,6 +47,8 @@ host_config:
db_type: sql
mod_vcard_xupdate:
db_type: sql
+ mod_carboncopy:
+ ram_db_type: sql
mod_adhoc: []
mod_configure: []
mod_disco: []
@@ -105,6 +107,8 @@ Welcome to this XMPP server."
db_type: sql
mod_vcard_xupdate:
db_type: sql
+ mod_carboncopy:
+ ram_db_type: sql
mod_adhoc: []
mod_configure: []
mod_disco: []
@@ -168,6 +172,8 @@ Welcome to this XMPP server."
db_type: sql
mod_vcard_xupdate:
db_type: sql
+ mod_carboncopy:
+ ram_db_type: sql
mod_adhoc: []
mod_configure: []
mod_disco: []
@@ -222,7 +228,8 @@ Welcome to this XMPP server."
db_type: internal
mod_vcard_xupdate:
db_type: internal
- mod_carboncopy: []
+ mod_carboncopy:
+ ram_db_type: internal
mod_client_state:
queue_presence: true
queue_chat_states: true
@@ -282,7 +289,8 @@ Welcome to this XMPP server."
db_type: internal
mod_vcard_xupdate:
db_type: internal
- mod_carboncopy: []
+ mod_carboncopy:
+ ram_db_type: internal
mod_client_state:
queue_presence: true
queue_chat_states: true