summaryrefslogtreecommitdiff
path: root/test/ejabberd_SUITE_data/ejabberd.riak.yml
blob: 0a64db9155842c5e28dcd93ddf20a40610cc9982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
define_macro:
  RIAK_CONFIG:
    queue_type: ram
    auth_method: riak
    sm_db_type: riak
    modules:
      mod_announce:
        db_type: riak
        access: local
      mod_blocking: []
      mod_caps:
        db_type: riak
      mod_last:
        db_type: riak
      mod_muc:
        db_type: riak
      mod_offline:
        db_type: riak
      mod_privacy:
        db_type: riak
      mod_private:
        db_type: riak
      mod_roster:
        versioning: true
        store_current_id: true
        db_type: riak
      mod_vcard:
        db_type: riak
      mod_vcard_xupdate: []
      mod_adhoc: []
      mod_configure: []
      mod_disco: []
      mod_ping: []
      mod_proxy65: []
      mod_s2s_dialback: []
      mod_legacy_auth: []
      mod_register:
        welcome_message:
          subject: "Welcome!"
          body: "Hi.
Welcome to this XMPP server."
      mod_stats: []
      mod_time: []
      mod_version: []