- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31) - fix ac-tools image - cleanup unused env - add `cap_add: SYS_NICE` to allow setting process high priority - fix ccache in docker - allow to switch between root user (default) to acore user in any container - fix cache of the downloaded client data - split docker github actions in 2 parts - versioning mysql images - performance improvements
23 lines
906 B
Plaintext
23 lines
906 B
Plaintext
###############################################
|
|
# AzerothCore Auth Server configuration file #
|
|
###############################################
|
|
[authserver]
|
|
|
|
# Do not change this
|
|
# Files in LogsDir will reflect on your host directory: docker/authserver/logs
|
|
LogsDir = "/azerothcore/env/dist/logs"
|
|
# Files in TempDir will reflect on your host directory: docker/authserver/temp
|
|
TempDir = "/azerothcore/env/dist/temp"
|
|
|
|
# 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-database;3306;root;password;acore_auth"
|
|
|
|
# Add more configuration overwrites by copying settings from from authserver.conf.dist
|
|
|
|
SQLDriverLogFile = "SQLDriver.log"
|
|
SQLDriverQueryLogging = 1
|
|
|