Add config option for defining extra SQL connection properties (#563)

This commit is contained in:
Luck
2017-11-25 11:35:05 +00:00
Unverified
parent e9ba62dbd9
commit 717835e5c1
10 changed files with 45 additions and 16 deletions
+6
View File
@@ -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