Files
bikeApp/.env.example
T
2026-05-19 16:37:14 +02:00

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