diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2018-05-28 16:22:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 16:22:30 +0300 |
commit | 3b9e6eaa950a690a2f8e5cbf4f6dd594c1bd7dfb (patch) | |
tree | b438e1e2298b1756c5dd524f78aa67f559ba82a0 | |
parent | Better report errors of module startup (diff) | |
parent | Add default_db in the example config (diff) |
Merge pull request #2438 from licaon-kter/patch-3
Add default_db in the example config
-rw-r--r-- | ejabberd.yml.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index c6aef8fc3..792a1788f 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -442,6 +442,14 @@ auth_method: internal ## ## new_sql_schema: true +## +## A database can also can be used to store information from several +## modules. To enable storage to the database, just make sure it is +## setup above and set default_db: sql if you want to use SQL for +## all modules. +## +## default_db: sql + ###. =============== ###' TRAFFIC SHAPERS |