llm-wiki/.env.example
2026-06-16 16:04:26 +00:00

10 lines
245 B
Plaintext

# LLM Wiki — Environment Variables
# Copy to .env and customize for your deployment.
# Port for the wiki viewer (default: 8787)
WIKI_PORT=8787
# Wiki metadata
WIKI_TITLE=My LLM Wiki
WIKI_DESCRIPTION=A personal knowledge base built with LLMs