Skip to content

Commit

Permalink
Now try redis again
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Dec 16, 2018
1 parent f43e9e8 commit 42eed17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dceu2019/src/dceu2019/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"""

# TODO: Need to figure out if this goes in settings.local
CELERY_BROKER_URL = "amqp://guest:**@127.0.0.1:5672/"
CELERY_RESULT_BACKEND = "amqp://guest:**@127.0.0.1:5672/"
CELERY_BROKER_URL = "redis://127.0.0.1/2"
CELERY_RESULT_BACKEND = "redis://127.0.0.1/1"

# There is only one entry... but whatevs :)
# Uncommmented because we need to figure out:
Expand Down

0 comments on commit 42eed17

Please sign in to comment.