Last active
March 25, 2019 07:05
-
-
Save rssanders3/a9c1e5b4900d2d61e6caa26efe353f83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [celery] | |
| # The Celery broker URL. Celery supports RabbitMQ, Redis and experimentally | |
| # a sqlalchemy database. Refer to the Celery documentation for more | |
| # information. | |
| broker_url = amqp://guest:guest@{RABBITMQ_HOST}:5672/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment