diff options
Diffstat (limited to 'env/docker/etc/authserver.conf.dockerdist')
-rw-r--r-- | env/docker/etc/authserver.conf.dockerdist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/env/docker/etc/authserver.conf.dockerdist b/env/docker/etc/authserver.conf.dockerdist index 48a00fca22..1a470661e2 100644 --- a/env/docker/etc/authserver.conf.dockerdist +++ b/env/docker/etc/authserver.conf.dockerdist @@ -6,6 +6,8 @@ # 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": |