Add new database connection options

This commit is contained in:
GeorgH93 2020-02-11 18:25:10 +01:00
parent eeb3770de0
commit de92966b89
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8

View File

@ -72,6 +72,10 @@ Database:
Password: minecraft
# The max amount of connections to the database the connection pool will open
MaxConnections: 2
# Sets the max lifetime of the connection in seconds. -1 = Default (30min)
MaxLifetime: -1
# Sets the idle timeout of the connection in seconds. -1 = Default (15min)
IdleTimeout:
# List of properties for your SQL connection. Can be used to disable SSL.
# Properties: ["useSSL=false"]
Properties: []