Commit 3e41ed44 authored by John Red Medrano's avatar John Red Medrano

{bug fix} fixing issue on realtime testcase 3

parent 6f0d70f5
......@@ -184,9 +184,9 @@ CHANNEL_LAYERS = {
'default': {
'BACKEND': 'channels_redis.core.RedisChannelLayer',
'CONFIG': {
# "hosts": [('172.17.0.1', 6379)],
"hosts": [('172.17.0.1', 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