9 lines
195 B
Bash
9 lines
195 B
Bash
NODE_ENV=development
|
|
APP_PORT=3000
|
|
FRONTEND_PORT=5173
|
|
DB_PATH=/data/sqlite/app.db
|
|
|
|
# Optional — only needed when running with the llm profile
|
|
OLLAMA_URL=http://ollama:11434
|
|
OLLAMA_MODEL=llama3
|