azerothcore-armory/config.default.json
2022-02-27 18:17:02 +01:00

28 lines
540 B
JSON

{
"aowowUrl": "https://wotlkdb.com",
"websiteUrl": "https://mywebsite.com",
"websiteName": "My Website",
"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"
}
}