mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Check https://github.com/azerothcore/azerothcore-wotlk/tree/master/docker for all details.
17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
################################################
|
|
# AzerothCore World Server configuration file #
|
|
################################################
|
|
[worldserver]
|
|
|
|
# Do not change those
|
|
LogsDir = "/azeroth-server/etc/logs"
|
|
DataDir = "/azeroth-server/data"
|
|
|
|
# Change those configuration accordingly with your setup
|
|
LoginDatabaseInfo = "127.0.0.1;3600;root;password;acore_auth"
|
|
WorldDatabaseInfo = "127.0.0.1;3600;root;password;acore_world"
|
|
CharacterDatabaseInfo = "127.0.0.1;3600;root;password;acore_characters"
|
|
|
|
# Add more configuration overwrites
|
|
LogLevel = 2
|