Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 2ed4150

Browse files
fix: use a valid CELERY_BROKER_URL in discovery.yml (#1032)
1 parent bb50648 commit 2ed4150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration_files/discovery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CACHES:
1313
KEY_PREFIX: discovery
1414
LOCATION:
1515
- edx.devstack.memcached:11211
16-
CELERY_BROKER_URL: redis://:@127.0.0.1:6379/
16+
CELERY_BROKER_URL: redis://:[email protected]:6379/
1717
CORS_ORIGIN_WHITELIST: []
1818
CSRF_COOKIE_SECURE: false
1919
DATABASES:

0 commit comments

Comments
 (0)