10 lines
277 B
Bash
10 lines
277 B
Bash
# Database
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/loam
|
|
|
|
# Auth (required for user accounts)
|
|
JWT_SECRET=change-this-to-a-long-random-string-in-production
|
|
|
|
# AI recommendations (optional, defaults shown)
|
|
OLLAMA_URL=http://localhost:11434
|
|
OLLAMA_MODEL=llama3.1:8b
|