mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 11:08:21 +00:00
channels_layers does not need routing
This commit is contained in:
parent
dfa6f53be3
commit
592805e514
@ -84,8 +84,7 @@ CHANNEL_LAYERS = {
|
|||||||
'BACKEND': 'channels_redis.core.RedisChannelLayer',
|
'BACKEND': 'channels_redis.core.RedisChannelLayer',
|
||||||
'CONFIG': {
|
'CONFIG': {
|
||||||
"hosts": [os.environ.get('REDIS_URL', 'redis://localhost:6379')],
|
"hosts": [os.environ.get('REDIS_URL', 'redis://localhost:6379')],
|
||||||
},
|
}
|
||||||
"ROUTING": "chat.routing.channel_routing",
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user