Files
owly-news/backend/example.env
2025-08-01 06:05:06 +02:00

9 lines
217 B
Bash

# URL for the Ollama service
OLLAMA_HOST=http://localhost:11434
# Interval for scheduled news fetching in hours (minimum: 0.5)
CRON_HOURS=1
# SQLite database connection string
DATABASE_URL=sqlite:///./newsdb.sqlite