MarwCore/resources/config.yml

17 lines
324 B
YAML
Raw Normal View History

2018-10-01 07:00:28 +02:00
dataSource:
2018-10-01 23:54:03 +02:00
method: mariadb
address: localhost
database: factions
username: root
2018-10-01 07:00:28 +02:00
password: ''
2018-10-01 23:54:03 +02:00
table-prefix: f_
2018-10-01 07:00:28 +02:00
pool-settings:
maximum-pool-size: 10
minimum-idle: 10
2018-10-01 23:54:03 +02:00
maximum-lifetime: 1800000
connection-timeout: 5000
2018-10-01 07:00:28 +02:00
properties:
useUnicode: true
characterEncoding: utf8
2018-10-01 23:54:03 +02:00
modules: