Docker: fix connectivity issues on Mac & Windows (#1275)

This commit is contained in:
Francesco Borzì
2019-01-13 15:32:57 +01:00
committed by GitHub
parent 93bccb9b85
commit 3b281e27ce
6 changed files with 53 additions and 29 deletions

View File

@@ -4,10 +4,16 @@
[authserver]
# Do not change this
LogsDir = "/azeroth-server/logs"
LogsDir = "/azeroth-server/logs" # will reflect on your host directory: docker/worldserver/logs
# Change this configuration accordingly with your setup
LoginDatabaseInfo = "127.0.0.1;3600;root;password;acore_auth"
# 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"
# Add more configuration overwrites
# Add more configuration overwrites by copying settings from from authserver.conf.dist
LogLevel = 3
SQLDriverLogFile = "SQLDriver.log"
SQLDriverQueryLogging = 1