Commit 9ec67ffa authored by John Red Medrano's avatar John Red Medrano

Merge branch 'red-develop' into 'product-dev'

{bug fix} fixing issue on realtime testcase 2

See merge request rms/Backend/api-main-service!835
parents eb55c759 0eb75032
...@@ -185,8 +185,8 @@ CHANNEL_LAYERS = { ...@@ -185,8 +185,8 @@ CHANNEL_LAYERS = {
'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": [(os.environ.get('REDIS_HOST', 'localhost'),6379)], # "hosts": [(os.environ.get('REDIS_HOST', 'localhost'),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