azerothcore-armory/config.default.json
2022-01-02 18:36:16 +01:00

14 lines
198 B
JSON

{
"realms": [
{
"name": "AzerothCore",
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "root",
"database": "acore_characters"
}
}
]
}