mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-05 19:08:45 +01:00
Add new database connection options
This commit is contained in:
parent
eeb3770de0
commit
de92966b89
@ -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: []
|
||||
|
Loading…
Reference in New Issue
Block a user