summaryrefslogtreecommitdiff
path: root/conf/plugins/sql.conf
blob: 094231b9ce29f4c5c9325867a18f69812ccef525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sql {

    # Database URI for charon's SQL plugin. If it contains a password, make sure
    # to adjust the permissions of the config file accordingly.
    # database =

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # Loglevel for logging to SQL database.
    # loglevel = -1

}