mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 03:47:02 +00:00
allow configuring CELERY_BROKER_URL independently #1123
This commit is contained in:
@@ -495,7 +495,7 @@ SELECT2_THEME = "tailwindcss-4"
|
||||
|
||||
# Celery settings
|
||||
|
||||
CELERY_BROKER_URL = REDIS_URL
|
||||
CELERY_BROKER_URL = config("CELERY_REDIS_URL", default=REDIS_URL)
|
||||
CELERY_TIMEZONE = TIME_ZONE
|
||||
|
||||
if REDIS_PREFIX:
|
||||
|
||||
Reference in New Issue
Block a user