Make connection pool init timeout configurable

This commit is contained in:
P0nk
2021-04-02 15:14:55 +02:00
parent 45331d17b0
commit 7169a74e94
3 changed files with 3 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ server:
DB_URL: "jdbc:mysql://localhost:3306/cosmic"
DB_USER: "cosmic_server"
DB_PASS: "snailshell"
INIT_CONNECTION_POOL_TIMEOUT: 60 # Seconds
#Login Configuration
WORLDS: 1 #Initial number of worlds on the server.