mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Merge pull request #2438 from licaon-kter/patch-3
Add default_db in the example config
This commit is contained in:
commit
3b9e6eaa95
1 changed files with 8 additions and 0 deletions
|
@ -442,6 +442,14 @@ auth_method: internal
|
||||||
##
|
##
|
||||||
## new_sql_schema: true
|
## 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
|
###' TRAFFIC SHAPERS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue