Commit 7531bbca authored by Gladys Forte's avatar Gladys Forte

update hosts redis

parent 43f4de1b
...@@ -14,8 +14,11 @@ CHANNEL_LAYERS = { ...@@ -14,8 +14,11 @@ CHANNEL_LAYERS = {
'default': { 'default': {
'BACKEND': 'channels_redis.core.RedisChannelLayer', 'BACKEND': 'channels_redis.core.RedisChannelLayer',
'CONFIG': { 'CONFIG': {
# "hosts": [('172.17.0.1', 6379)], "hosts": [('172.17.0.1', 6379)],
"hosts": [('127.0.0.1', 6379)], # "hosts": [('127.0.0.1', 6379)],
# "hosts": [('13.251.192.208', 6379)]
# http://13.251.192.208:7020/
}, },
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment