mirror of
https://github.com/ansible/awx.git
synced 2026-04-01 16:25:08 -02:30
Updates to Makefile and CONTRIBUTING
...for the RabbitMQ to Redis changeout.
This commit is contained in:
@@ -44,7 +44,7 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'test':
|
||||
}
|
||||
|
||||
# Celery AMQP configuration.
|
||||
BROKER_URL = 'amqp://awx-dev:AWXsome1@localhost:5672/awx-dev'
|
||||
BROKER_URL = 'redis://localhost/'
|
||||
|
||||
# Set True to enable additional logging from the job_event_callback plugin
|
||||
JOB_CALLBACK_DEBUG = False
|
||||
|
||||
Reference in New Issue
Block a user