diff options
Diffstat (limited to 'env/docker/etc/dbimport.conf.dockerdist')
-rw-r--r-- | env/docker/etc/dbimport.conf.dockerdist | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/env/docker/etc/dbimport.conf.dockerdist b/env/docker/etc/dbimport.conf.dockerdist deleted file mode 100644 index e9f97375a5..0000000000 --- a/env/docker/etc/dbimport.conf.dockerdist +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -DataDir = "/azerothcore/env/dist/data" - -# 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" -WorldDatabaseInfo = "ac-database;3306;root;password;acore_world" -CharacterDatabaseInfo = "ac-database;3306;root;password;acore_characters" - -# Add more configuration overwrites by copying settings from worldserver.conf.dist - -# Disable idle connections automatic kick since it doesn't work well on macOS + Docker -CloseIdleConnections = 0 |