azerothcore-armory/config.default.json
2022-01-07 23:24:42 +01:00

23 lines
384 B
JSON

{
"aowowUrl": "https://wotlkdb.com",
"loadDbcs": true,
"realms": [
{
"name": "AzerothCore",
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "root",
"database": "acore_characters"
}
}
],
"worldDatabase": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "root",
"database": "acore_world"
}
}