17 lines
324 B
YAML
17 lines
324 B
YAML
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
|
|
connection-timeout: 5000
|
|
properties:
|
|
useUnicode: true
|
|
characterEncoding: utf8
|
|
modules:
|