X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4e361d55331351f56077e5f9999ecb4ee7e93819..20624793bdba58ffac438d836c94d09d65f6acd7:/src/wolnelektury/settings/celery.py?ds=sidebyside

diff --git a/src/wolnelektury/settings/celery.py b/src/wolnelektury/settings/celery.py
index 0d9b7785a..a570b688c 100644
--- a/src/wolnelektury/settings/celery.py
+++ b/src/wolnelektury/settings/celery.py
@@ -1,8 +1,6 @@
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
-CELERY_BROKER_URL = 'redis://'
-
 CELERY_TASK_EAGER_PROPAGATES = True
 CELERY_SEND_TASK_ERROR_EMAILS = True
 CELERY_ACCEPT_CONTENT = ['pickle']