10 lines
245 B
Plaintext
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
|