# ============================================================================
#  Wiki.js environment configuration
#  docker compose reads this file automatically from the same folder.
#  ⚠  Change DB_PASS before any real use. Do NOT commit this file to git.
# ============================================================================

# --- Database credentials (shared by the db and wiki containers) ---
DB_NAME=wiki
DB_USER=wikijs
DB_PASS=change_me_to_a_long_random_password

# --- Port on your machine that serves the Wiki.js web UI ---
# Browse to http://localhost:8080 after startup.
WIKI_PORT=8080
