mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 02:58:16 +00:00
seems redis is the problem
This commit is contained in:
parent
c1862de1de
commit
4bd97475c1
@ -80,6 +80,13 @@ CHANNEL_LAYERS = {
|
|||||||
"hosts": [('127.0.0.1', 6379)],
|
"hosts": [('127.0.0.1', 6379)],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'heroku': {
|
||||||
|
'BACKEND': 'channels_redis.core.RedisChannelLayer',
|
||||||
|
'CONFIG': {
|
||||||
|
"hosts": [os.environ.get('REDIS_URL', 'redis://localhost:6379')],
|
||||||
|
},
|
||||||
|
"ROUTING": "chat.routing.channel_routing",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CACHES = {
|
CACHES = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user