Ajout password redis-server

This commit is contained in:
Aurélien Delobelle 2016-09-01 01:58:46 +02:00
parent 8c8f57b3e0
commit cbf9018bb9

View file

@ -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",
}