mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-18 12:24:20 +00:00
9 lines
214 B
Python
9 lines
214 B
Python
![]() |
BROKER_HOST = "db01.newsblur.com"
|
||
|
BROKER_PORT = 5672
|
||
|
BROKER_USER = "newsblur"
|
||
|
BROKER_PASSWORD = "newsblur"
|
||
|
BROKER_VHOST = "newsblurvhost"
|
||
|
|
||
|
CELERY_RESULT_BACKEND = "amqp"
|
||
|
|
||
|
CELERY_IMPORTS = ("apps.rss_feeds.tasks", )
|