Commit 25d2be9b authored by Gladys Forte's avatar Gladys Forte

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

* commit '875d09c4':
  sit update hosts docker
parents ed6612da 875d09c4
...@@ -13,8 +13,8 @@ CHANNEL_LAYERS = { ...@@ -13,8 +13,8 @@ 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)],
}, },
}, },
} }
......
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