[backend] accept articles from crawler

This commit is contained in:
2025-10-07 00:15:38 +02:00
parent 327ba5179d
commit 449718cdf2
397 changed files with 1490 additions and 3063 deletions
+7 -2
View File
@@ -1,2 +1,7 @@
BASANGO_CRAWLER_TOKEN=some-token
BASANGO_API_ENDPOINT=http://localhost:8000/api/aggregator/articles?token=dev
BASANGO_REDIS_URL=redis://localhost:6379/0
BASANGO_QUEUE_PREFIX=basango
BASANGO_QUEUE_TIMEOUT=30
BASANGO_QUEUE_RESULT_TTL=3600
BASANGO_QUEUE_FAILURE_TTL=86400