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:
Licaon_Kter 2018-05-28 13:19:59 +00:00 committed by GitHub
parent 0381ce1e75
commit 2c18f89d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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