mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
redis socket support
This commit is contained in:
committed by
Ryan Petrello
parent
d58df0f34a
commit
770b457430
@@ -12,15 +12,3 @@ DATABASES = {
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
BROKER_URL = 'redis://{}:{}/'.format(
|
||||
"{{ kubernetes_redis_hostname }}",
|
||||
"{{ kubernetes_redis_port }}",)
|
||||
|
||||
CHANNEL_LAYERS = {
|
||||
'default': {'BACKEND': 'channels_redis.core.RedisChannelLayer',
|
||||
'CONFIG': {
|
||||
'hosts': [("{{ kubernetes_redis_hostname }}", {{ kubernetes_redis_port|int }})],
|
||||
'capacity': 10000,
|
||||
}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user