Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Closes issue #13
  • Loading branch information
knightjoel committed Jun 5, 2018
1 parent cf75a9c commit 5bdb515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpark/default_settings.py
Expand Up @@ -61,7 +61,7 @@
"""


CELERY_BROKER_URL = 'ampq://user:pass@hostname/vhost'
CELERY_BROKER_URL = 'amqp://user:pass@hostname/vhost'
"""
The URL by which Celery will access the message broker service. The example
given is appropriate for a RabbitMQ broker. More information on brokers
Expand Down

0 comments on commit 5bdb515

Please sign in to comment.