azerothcore-armory/config.default.json
2022-03-05 15:32:03 +01:00

33 lines
647 B
JSON

{
"aowowUrl": "https://wotlkdb.com",
"websiteUrl": "https://mywebsite.com",
"websiteName": "My Website",
"iframeMode": {
"enabled": false,
"url": "https://mywebsite.com/armory"
},
"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"
},
"dbQueryTimeout": 10000
}