Files
2026-08-12 19:22:11 +00:00

43 lines
1012 B
Bash

# Copy to .env and edit.
# GHCR tag from this repo's workflow (default: playerbots)
# TAG=playerbots
# TAG=no-bots
# Optional full image override for a local build, for example:
# TURTLE_IMAGE=tortoise-wow:playerbots-local
# MariaDB
DB_ROOT_PASSWORD=changeme
DB_USER=mangos
DB_PASSWORD=mangos
# Database names (defaults match upstream)
DB_LOGIN=tw_logon
DB_WORLD=tw_world
DB_CHAR=tw_char
DB_LOGS=tw_logs
# Realm / network — REALM_ADDRESS is what the *game client* uses to reach mangosd
REALM_NAME=TurtleWoW
REALM_ADDRESS=127.0.0.1
REALM_ID=1
REALM_PORT=3724
WORLD_PORT=8090
# Host address to bind the game ports to (use 127.0.0.1 for local-only play).
# GAME_BIND_IP=127.0.0.1
# Client data (dbc, maps, vmaps, mmaps) on the host
DATA_PATH=./data
# mangosd tuning
LOG_SQL=0
DATABASE_AUTOUPDATE_ENABLED=1
LFT_BOTFILL_ENABLE=1
SOLO_DUNGEON_REPOP_ALIVE_ENABLE=1
LEECH_ENABLE=1
# Playerbots runtime (only effective on the :playerbots image)
AI_PLAYERBOT_ENABLED=1
AI_MIN_RANDOM_BOTS=10
AI_MAX_RANDOM_BOTS=10