azerothcore-armory/config.default.json

35 lines
697 B
JSON

{
"aowowUrl": "https://wotlkdb.com",
"websiteUrl": "https://mywebsite.com",
"websiteName": "My Website",
"websiteRoot": "",
"iframeMode": {
"enabled": false,
"url": "https://mywebsite.com/armory"
},
"loadDbcs": true,
"hideGameMasters": true,
"transmogModule": false,
"realms": [
{
"name": "AzerothCore",
"realmId": 1,
"authDatabase": "acore_auth",
"charactersDatabase": {
"host": "localhost",
"port": 3306,
"user": "acore",
"password": "acore",
"database": "acore_characters"
}
}
],
"worldDatabase": {
"host": "localhost",
"port": 3306,
"user": "acore",
"password": "acore",
"database": "acore_world"
},
"dbQueryTimeout": 10000
}