26 lines
470 B
JSON
26 lines
470 B
JSON
{
|
|
"aowowUrl": "https://wotlkdb.com",
|
|
"loadDbcs": true,
|
|
"hideGameMasters": true,
|
|
"realms": [
|
|
{
|
|
"name": "AzerothCore",
|
|
"realmId": 1,
|
|
"authDatabase": "acore_auth",
|
|
"charactersDatabase": {
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"user": "root",
|
|
"password": "root",
|
|
"database": "acore_characters"
|
|
}
|
|
}
|
|
],
|
|
"worldDatabase": {
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"user": "root",
|
|
"password": "root",
|
|
"database": "acore_world"
|
|
}
|
|
}
|