final fixes

This commit is contained in:
noampfeifel
2023-08-15 19:07:34 +03:00
parent 26dbe36a15
commit b8a360917e
2 changed files with 1 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ server:
DB_HOST: "localhost"
DB_USER: "cosmic_server"
DB_PASS: "snailshell"
INIT_CONNECTION_POOL_TIMEOUT: 50 # Seconds
INIT_CONNECTION_POOL_TIMEOUT: 90 # Seconds
#Login Configuration
WORLDS: 1 #Initial number of worlds on the server.

View File

@@ -27,8 +27,6 @@ services:
MYSQL_DATABASE: "cosmic"
MYSQL_USER: "cosmic_server"
MYSQL_PASSWORD: "snailshell"
cap_add:
- SYS_NICE
ports:
- "3307:3306"
volumes: