Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Settings:
- #SQLite MySQL
- storage-type: MySQL
- #Use connection pool or not
- #Require 'slf4j' dependencies
- #At least java version 11 is required
- usepool: false
- #Set the maximum number of threads (SQLite no such setting)
- max-threads: 10
- #SQLite settings
- SQLite:
- #Address is the folder path
- path: Default
- #MySQL settings
- MySQL:
- host: 127.0.0.1
- port: XXXX
- user: ***
- pass: ***
- database: prod_xconomy
- #auto add "_", can use %sign% to indicate Server ID (BungeeCord settings)
- table-suffix: ''
- property:
- usessl: false
- encoding: utf8
- timezone: ''
- allowPublicKeyRetrieval: false
- #Connection pool settings
- Pool-Settings:
- maximum-pool-size: 5
- minimum-idle: 5
- maximum-lifetime: 60000
- idle-timeout: 10000
- #Redis settings
- Redis:
- host: localhost
- port: 6379
- db-index: 1
- pool-settings:
- max-total: 5
- max-idle: 5
- min-idle: 0
- auth:
- user: ''
- pass: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement