diff --git a/commerce_coordinator/settings/local.py b/commerce_coordinator/settings/local.py index 889b5c1d..17bd5c97 100644 --- a/commerce_coordinator/settings/local.py +++ b/commerce_coordinator/settings/local.py @@ -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.