Plugin FAQ
Here are the features of the plugin, along with answers to frequently asked questions
Why this plugin and not another one?
How does the plugin support multi servers?
storage:
# driver: h2 / sqlite / mysql
driver: 'mysql' # Use MySQL
host: 'database-host'
port: '3306'
name: 'database-name'
username: 'database-username'
password: 'database-password'
pool: # HikariCP config (Do not edit if you do not know what it is)
maximumPoolSize: 10
minimumIdle: 5
connectionTimeout: 30000
maxLifetime: 1800000
idleTimeout: 600000Last updated