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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 0 deletions

View File

@ -133,6 +133,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

View File

@ -130,6 +130,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

View File

@ -133,6 +133,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

View File

@ -133,6 +133,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"

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