Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created March 24, 2022 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/0362be69df2014111b9af01e51c84f2e to your computer and use it in GitHub Desktop.
Save DanyF-github/0362be69df2014111b9af01e51c84f2e to your computer and use it in GitHub Desktop.
= {
'default': {
'BACKEND': 'channels_redis.core.RedisChannelLayer',
'CONFIG': {
'hosts': [('127.0.0.1', '6379')],
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment