feat: add Dockerfile

This commit is contained in:
Axel Cocat 2022-03-15 01:13:38 +01:00
parent a462b6af1b
commit 1b7e975080
8 changed files with 60 additions and 13 deletions

View file

@ -16,8 +16,8 @@
"charactersDatabase": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "root",
"user": "acore",
"password": "acore",
"database": "acore_characters"
}
}
@ -25,8 +25,8 @@
"worldDatabase": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "root",
"user": "acore",
"password": "acore",
"database": "acore_world"
},
"dbQueryTimeout": 10000