SQL query parsing
This commit is contained in:
@ -1,18 +1,16 @@
|
||||
#modules:
|
||||
# - cz.marwland.mc.features.Borders
|
||||
dataSource:
|
||||
method: 'mariadb'
|
||||
address: 'localhost'
|
||||
database: 'factions'
|
||||
username: 'root'
|
||||
method: mariadb
|
||||
address: localhost
|
||||
database: factions
|
||||
username: root
|
||||
password: ''
|
||||
table-prefix: 'f_'
|
||||
|
||||
table-prefix: f_
|
||||
pool-settings:
|
||||
maximum-pool-size: 10
|
||||
minimum-idle: 10
|
||||
maximum-lifetime: 1800000 # 30 minutes
|
||||
connection-timeout: 5000 # 5 seconds
|
||||
maximum-lifetime: 1800000
|
||||
connection-timeout: 5000
|
||||
properties:
|
||||
useUnicode: true
|
||||
characterEncoding: utf8
|
||||
modules:
|
||||
|
Reference in New Issue
Block a user