final fixes
This commit is contained in:
@@ -163,7 +163,7 @@ server:
|
|||||||
DB_HOST: "localhost"
|
DB_HOST: "localhost"
|
||||||
DB_USER: "cosmic_server"
|
DB_USER: "cosmic_server"
|
||||||
DB_PASS: "snailshell"
|
DB_PASS: "snailshell"
|
||||||
INIT_CONNECTION_POOL_TIMEOUT: 50 # Seconds
|
INIT_CONNECTION_POOL_TIMEOUT: 90 # Seconds
|
||||||
|
|
||||||
#Login Configuration
|
#Login Configuration
|
||||||
WORLDS: 1 #Initial number of worlds on the server.
|
WORLDS: 1 #Initial number of worlds on the server.
|
||||||
|
|||||||
@@ -27,8 +27,6 @@ services:
|
|||||||
MYSQL_DATABASE: "cosmic"
|
MYSQL_DATABASE: "cosmic"
|
||||||
MYSQL_USER: "cosmic_server"
|
MYSQL_USER: "cosmic_server"
|
||||||
MYSQL_PASSWORD: "snailshell"
|
MYSQL_PASSWORD: "snailshell"
|
||||||
cap_add:
|
|
||||||
- SYS_NICE
|
|
||||||
ports:
|
ports:
|
||||||
- "3307:3306"
|
- "3307:3306"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user