Add config option for defining extra SQL connection properties (#563)
This commit is contained in:
@@ -274,6 +274,12 @@ data {
|
||||
# This setting controls the maximum number of milliseconds that the plugin will wait for a
|
||||
# connection from the pool, before timing out.
|
||||
connection-timeout=15000 # 15 seconds
|
||||
|
||||
# This setting allows you to define extra properties for connections.
|
||||
properties {
|
||||
useUnicode=true
|
||||
characterEncoding="utf8"
|
||||
}
|
||||
}
|
||||
|
||||
# The prefix for all LuckPerms tables. Change this is you want to use different tables for
|
||||
|
||||
Reference in New Issue
Block a user