mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
WORLDSERVER_DATA="./docker/worldserver/data"
|
|
WORLDSERVER_ETC="./docker/worldserver/etc"
|
|
WORLDSERVER_LOGS="./docker/worldserver/logs"
|
|
|
|
AUTHSERVER_ETC="./docker/authserver/etc"
|
|
AUTHSERVER_LOGS="./docker/authserver/logs"
|
|
|
|
WORLD_EXTERNAL_PORT=8085
|
|
AUTH_EXTERNAL_PORT=3724
|
|
DB_EXTERNAL_PORT=3306
|
|
DB_ROOT_PASSWORD=password
|