mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Add default_db in the example config
I only found it in the docs after setting up per module db_
This commit is contained in:
parent
0381ce1e75
commit
2c18f89d5b
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue