channels layers connect with aws ec2

8 views
Skip to first unread message

rajpoots...@gmail.com

unread,
Dec 13, 2018, 9:25:36 AM12/13/18
to Django users
How to connect CHANNEL_LAYERS config host on AWS ec2 ?

 CHANNEL_LAYERS = {
 
'default': {
 
'BACKEND': 'channels_redis.core.RedisChannelLayer',
 
'CONFIG': {
         
"hosts":[("<my_aws_host>", 6379)],
         
},
     
},
 
}

I am trying like this.
please help me.
Thanks,
Reply all
Reply to author
Forward
0 new messages