Commit ed6612da authored by Gladys Forte's avatar Gladys Forte

Merge pull request #686 in RMS/api-main-service from gladys-dev2 to product-dev

* commit '7531bbca':
  update hosts redis
parents 43f4de1b 7531bbca
......@@ -14,8 +14,11 @@ CHANNEL_LAYERS = {
'default': {
'BACKEND': 'channels_redis.core.RedisChannelLayer',
'CONFIG': {
# "hosts": [('172.17.0.1', 6379)],
"hosts": [('127.0.0.1', 6379)],
"hosts": [('172.17.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