mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
Update development environment for rabbit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user