Browse Source

Added redis URL for CELERY_BROKER_URL

Ali 6 years ago
parent
commit
49e3fb7da8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devproject/settings.py

+ 1 - 1
devproject/settings.py

@@ -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"