From: Licaon_Kter Date: Mon, 28 May 2018 13:19:59 +0000 (+0000) Subject: Add default_db in the example config X-Git-Tag: 18.06~71^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c18f89d5b9d61e4fd899c04dee9462e84bd2283;p=ejabberd Add default_db in the example config I only found it in the docs after setting up per module db_ --- 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