Skip to content

Commit

Permalink
fix: CELERY_BROKER_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Noyan Aziz authored and Muhammad Noyan Aziz committed Sep 27, 2024
1 parent ee0b055 commit 02971d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commerce_coordinator/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

LOGGING = get_logger_config(debug=DEBUG)

CELERY_BROKER_URL = "redis://:@localhost:6379/0"
CELERY_BROKER_URL = "redis://:password@localhost:6379/0"

EDX_API_KEY = 'PUT_YOUR_API_KEY_HERE' # This is the actual API key in devstack.

Expand Down

0 comments on commit 02971d4

Please sign in to comment.