mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
Fix docker-compose installs
In a series of unfortunate events, my patch yesterday didnt actually work. This fixes that.
This commit is contained in:
@@ -12,9 +12,10 @@ DATABASES = {
|
||||
BROKER_URL = 'amqp://{}:{}@{}:{}/{}'.format(
|
||||
"{{ rabbitmq_user }}",
|
||||
"{{ rabbitmq_password }}",
|
||||
"localhost",
|
||||
"rabbitmq",
|
||||
"5672",
|
||||
"awx")
|
||||
|
||||
CHANNEL_LAYERS = {
|
||||
'default': {'BACKEND': 'asgi_amqp.AMQPChannelLayer',
|
||||
'ROUTING': 'awx.main.routing.channel_routing',
|
||||
|
||||
Reference in New Issue
Block a user