Update development environment for rabbit

This commit is contained in:
Matthew Jones
2016-08-31 14:47:20 -04:00
parent c112fc3cf4
commit f0b7622672
5 changed files with 5 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ else:
}
# Celery AMQP configuration.
BROKER_URL = 'qpid://qpid:5672'
BROKER_URL = 'amqp://guest:guest@rabbitmq//'
# Mongo host configuration
MONGO_HOST = NotImplemented