We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cd467 commit f73c397Copy full SHA for f73c397
ecommerce_api/settings/base.py
@@ -418,3 +418,5 @@
418
SITE_NAME = config('SITE_NAME')
419
420
TAGGIT_CASE_INSENSITIVE = True
421
+
422
+CELERY_BROKER_URL = f"amqp://{config('RABBITMQ_DEFAULT_USER')}:{config('RABBITMQ_DEFAULT_PASS')}@localhost:5672/"
0 commit comments