diff options
Diffstat (limited to 'env')
-rw-r--r-- | env/docker/etc/dbimport.conf.dockerdist | 1 | ||||
-rw-r--r-- | env/docker/etc/worldserver.conf.dockerdist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/env/docker/etc/dbimport.conf.dockerdist b/env/docker/etc/dbimport.conf.dockerdist index 2de64cedd5..183cf873e7 100644 --- a/env/docker/etc/dbimport.conf.dockerdist +++ b/env/docker/etc/dbimport.conf.dockerdist @@ -2,7 +2,6 @@ # Files in LogsDir will reflect on your host directory: docker/worldserver/logs LogsDir = "/azerothcore/env/dist/logs" # Files in TempDir will reflect on your host directory: docker/authserver/temp -TempDir = "/azerothcore/env/dist/temp" DataDir = "/azerothcore/env/dist/data" # Change this configuration accordingly with your docker setup diff --git a/env/docker/etc/worldserver.conf.dockerdist b/env/docker/etc/worldserver.conf.dockerdist index 8c391c94d1..c5dc18fe50 100644 --- a/env/docker/etc/worldserver.conf.dockerdist +++ b/env/docker/etc/worldserver.conf.dockerdist @@ -7,7 +7,6 @@ # Files in LogsDir will reflect on your host directory: docker/worldserver/logs LogsDir = "/azerothcore/env/dist/logs" # Files in TempDir will reflect on your host directory: docker/authserver/temp -TempDir = "/azerothcore/env/dist/temp" DataDir = "/azerothcore/env/dist/data" # Change this configuration accordingly with your docker setup |