first commit
This commit is contained in:
8
backend/example.env
Normal file
8
backend/example.env
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
Reference in New Issue
Block a user