MarwCore/resources/config.yml
2018-10-01 07:00:28 +02:00

19 lines
401 B
YAML

#modules:
# - cz.marwland.mc.features.Borders
dataSource:
method: 'mariadb'
address: 'localhost'
database: 'factions'
username: 'root'
password: ''
table-prefix: 'f_'
pool-settings:
maximum-pool-size: 10
minimum-idle: 10
maximum-lifetime: 1800000 # 30 minutes
connection-timeout: 5000 # 5 seconds
properties:
useUnicode: true
characterEncoding: utf8