forked from DGNum/gestioCOF
Ajout password redis-server
This commit is contained in:
parent
8c8f57b3e0
commit
cbf9018bb9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ CHANNEL_LAYERS = {
|
|||
"default": {
|
||||
"BACKEND": "asgi_redis.RedisChannelLayer",
|
||||
"CONFIG": {
|
||||
"hosts": [('localhost', 6379)],
|
||||
"hosts": [("redis://:password_redis@127.0.0.1:6379/0")],
|
||||
},
|
||||
"ROUTING": "cof.routing.channel_routing",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue