feat: add Dockerfile
This commit is contained in:
parent
a462b6af1b
commit
1b7e975080
8 changed files with 60 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue