12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
# Copy this file to .env and adjust values as needed.
|
|
# Never commit .env — it is gitignored.
|
|
|
|
NODE_ENV=development
|
|
APP_PORT=3023
|
|
FRONTEND_PORT=5173
|
|
DB_PATH=/data/sqlite/app.db
|
|
|
|
# Optional — only required when running with: docker compose --profile llm up
|
|
OLLAMA_URL=http://ollama:11434
|
|
OLLAMA_MODEL=llama3
|