fix(CORE): another attempt to fix the dbimport command line warning (#13449)
This commit is contained in:
parent
53219310cf
commit
77a52b8001
10 changed files with 72 additions and 5 deletions
2
env/docker/etc/authserver.conf.dockerdist
vendored
2
env/docker/etc/authserver.conf.dockerdist
vendored
|
|
@ -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":
|
||||
|
|
|
|||
2
env/docker/etc/dbimport.conf.dockerdist
vendored
2
env/docker/etc/dbimport.conf.dockerdist
vendored
|
|
@ -1,6 +1,8 @@
|
|||
# Do NOT change those Dir configs
|
||||
# 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
|
||||
|
|
|
|||
2
env/docker/etc/worldserver.conf.dockerdist
vendored
2
env/docker/etc/worldserver.conf.dockerdist
vendored
|
|
@ -6,6 +6,8 @@
|
|||
# Do NOT change those Dir configs
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue