Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLicaon_Kter <licaon-kter@users.noreply.github.com>2018-05-28 16:19:59 +0300
committerGitHub <noreply@github.com>2018-05-28 16:19:59 +0300
commit2c18f89d5b9d61e4fd899c04dee9462e84bd2283 (patch)
treeb438e1e2298b1756c5dd524f78aa67f559ba82a0 /ejabberd.yml.example
parent0381ce1e75b07cb8fd0d788de89d106a8a7fb7c7 (diff)
Add default_db in the example config
I only found it in the docs after setting up per module db_
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example8
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