feat: use character data from database
This commit is contained in:
parent
028d0390f4
commit
ac26336bc3
16 changed files with 159543 additions and 162 deletions
14
config.default.json
Normal file
14
config.default.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"realms": [
|
||||
{
|
||||
"name": "AzerothCore",
|
||||
"database": {
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"password": "root",
|
||||
"database": "acore_characters"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue