Files
azerothcore-wotlk/docker/worldserver/etc/worldserver.conf.dockerdist
2019-01-13 15:32:57 +01:00

20 lines
921 B
Plaintext

################################################
# AzerothCore World Server configuration file #
################################################
[worldserver]
# Do NOT change those Dir configs
LogsDir = "/azeroth-server/logs" # will reflect on your host directory: docker/worldserver/logs
DataDir = "/azeroth-server/data"
# Change this configuration accordingly with your docker setup
# The format is "hostname;port;username;password;database":
# - docker containers must be on the same docker network to be able to communicate
# - the DB hostname will be the name of the database docker container
LoginDatabaseInfo = "ac-db-container;3306;root;password;acore_auth"
WorldDatabaseInfo = "ac-db-container;3306;root;password;acore_world"
CharacterDatabaseInfo = "ac-db-container;3306;root;password;acore_characters"
# Add more configuration overwrites by copying settings from worldserver.conf.dist
LogLevel = 2