mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 03:23:48 +00:00
Several improvements to Docker:
- ability to reload configuration files without building again the images - faster images building - corrected a mistake - logs are saved to the main host
This commit is contained in:
16
docker/worldserver/etc/worldserver.conf.dockerdist
Normal file
16
docker/worldserver/etc/worldserver.conf.dockerdist
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################
|
||||
# AzerothCore World Server configuration file #
|
||||
################################################
|
||||
[worldserver]
|
||||
|
||||
# Do not change those
|
||||
LogsDir = "/azeroth-server/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
|
||||
Reference in New Issue
Block a user