Config

Information about config.yml

Database

database-engine: SQL # MYSQL / YAML
database:
  tablename: <TEXT> # DataBase table.
  address: <TEXT> # MySQL address and port <address>:<port>
  name: <TEXT> # Name of database.
  user: <TEXT> # User with access to that database
  password: <TEXT> # Database user password.
  timeout: <INT> #default 1800, database timeout time. (how long before connection is lost/refreshed)
  poolsize: <INT> #Not recommended to go over 10! Don't touch this if you don't know what this is.
  yaml-save-interval: <INT> # If using Yaml Storage system how often should data be saved to data.yml
  save-inverval: <INT> # interval how often data is synced with database (SQL, MySQL)
  updated: false # Just dont change this or it can break your database.

Global

use-metrics: <BOOLEAN> # Send data to servers for developer :3 Feel free to disable this. Default: true
debug: <BOOLEAN> # Default: false

Last updated