mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
Updates to Makefile and CONTRIBUTING
...for the RabbitMQ to Redis changeout.
This commit is contained in:
@@ -274,7 +274,7 @@ SOUTH_TESTS_MIGRATE = False
|
||||
import djcelery
|
||||
djcelery.setup_loader()
|
||||
|
||||
BROKER_URL = 'django://'
|
||||
BROKER_URL = 'redis://localhost/'
|
||||
CELERY_TASK_SERIALIZER = 'json'
|
||||
CELERY_RESULT_SERIALIZER = 'json'
|
||||
CELERY_ACCEPT_CONTENT = ['json']
|
||||
|
||||
Reference in New Issue
Block a user