sql.conf 358 B

123456789101112131415
  1. sql {
  2. # Database URI for charon's SQL plugin. If it contains a password, make sure
  3. # to adjust the permissions of the config file accordingly.
  4. # database =
  5. # Whether to load the plugin. Can also be an integer to increase the
  6. # priority of this plugin.
  7. load = yes
  8. # Loglevel for logging to SQL database.
  9. # loglevel = -1
  10. }