mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 00:48:36 -05:00
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