|
@@ -416,7 +416,7 @@ MISAGO_PROFILE_FIELDS = [
|
|
|
|
|
|
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
|
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
|
|
|
|
|
-CELERY_BROKER_URL = ""
|
|
|
|
|
|
+CELERY_BROKER_URL = "redis://redis:6379/0"
|
|
|
|
|
|
# Display debug toolbar if IN_MISAGO_DOCKER enviroment var is set to "1"
|
|
# Display debug toolbar if IN_MISAGO_DOCKER enviroment var is set to "1"
|
|
|
|
|