⚙ Configuration
Database Connections
CMaNGOS (Read-Only)
Configure in config.toml under [cmangos]
✓ Connected
AzerothCore (Read/Write)
Configure in config.toml under [azerothcore]
✓ Connected
Configuration File
Create a config.toml in the same directory as the binary:
[cmangos] dsn = "user:password@tcp(host:3306)/classicmangos" readonly = true [azerothcore] dsn = "user:password@tcp(host:3306)/acore_world" [server] port = 8080