azerothcore-armory/config.default.json
2022-01-04 01:30:33 +01:00

21 lines
329 B
JSON

{
"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"
}
}