Skip to content

Commit f73c397

Browse files
Modified base.py settings file.
1 parent 46cd467 commit f73c397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ecommerce_api/settings/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,3 +418,5 @@
418418
SITE_NAME = config('SITE_NAME')
419419

420420
TAGGIT_CASE_INSENSITIVE = True
421+
422+
CELERY_BROKER_URL = f"amqp://{config('RABBITMQ_DEFAULT_USER')}:{config('RABBITMQ_DEFAULT_PASS')}@localhost:5672/"

0 commit comments

Comments
 (0)