mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +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:
13
docker/authserver/etc/authserver.conf.dockerdist
Normal file
13
docker/authserver/etc/authserver.conf.dockerdist
Normal file
@@ -0,0 +1,13 @@
|
||||
###############################################
|
||||
# AzerothCore Auth Server configuration file #
|
||||
###############################################
|
||||
[authserver]
|
||||
|
||||
# Do not change this
|
||||
LogsDir = "/azeroth-server/logs"
|
||||
|
||||
# Change this configuration accordingly with your setup
|
||||
LoginDatabaseInfo = "127.0.0.1;3600;root;password;acore_auth"
|
||||
|
||||
# Add more configuration overwrites
|
||||
LogLevel = 3
|
||||
Reference in New Issue
Block a user