mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-21 21:31:34 +01:00
Add new database connection options
This commit is contained in:
parent
eeb3770de0
commit
de92966b89
@ -72,6 +72,10 @@ Database:
|
|||||||
Password: minecraft
|
Password: minecraft
|
||||||
# The max amount of connections to the database the connection pool will open
|
# The max amount of connections to the database the connection pool will open
|
||||||
MaxConnections: 2
|
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.
|
# List of properties for your SQL connection. Can be used to disable SSL.
|
||||||
# Properties: ["useSSL=false"]
|
# Properties: ["useSSL=false"]
|
||||||
Properties: []
|
Properties: []
|
||||||
|
Loading…
Reference in New Issue
Block a user