diff --git a/cof/settings_dev.py b/cof/settings_dev.py index 5f9741e4..6d62b4e6 100644 --- a/cof/settings_dev.py +++ b/cof/settings_dev.py @@ -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", }