1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-09 05:40:47 +02:00

Enhance default config (#2005, #2006)

Co-authored-by: Luck <git@lucko.me>
This commit is contained in:
povsister
2020-02-22 04:08:58 +08:00
committed by GitHub
parent 9f7d431d34
commit 2ed45c92a6
5 changed files with 45 additions and 0 deletions

View File

@@ -123,6 +123,15 @@ data:
connection-timeout: 5000 # 5 seconds
# This setting allows you to define extra properties for connections.
#
# By default, the following options are set to enable utf8 encoding. (you may need to remove
# these if you are using PostgreSQL)
# useUnicode: true
# characterEncoding: utf8
#
# You can also use this section to disable SSL connections, by setting:
# useSSL: false
# verifyServerCertificate: false
properties:
useUnicode: true
characterEncoding: utf8