We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9b738 commit 7c4b4b6Copy full SHA for 7c4b4b6
README.rst
@@ -73,13 +73,15 @@ SSL connections that are self-signed (ex: Heroku):
73
74
.. code-block:: python
75
76
-{
77
- "hosts":[
78
- "address": "rediss://user@host:port", // "REDIS_TLS_URL"
79
- "ssl_cert_reqs": None
80
- ]
81
-}
82
-
+ "default": {
+ "BACKEND": "channels_redis.pubsub.RedisPubSubChannelLayer",
+ "CONFIG": {
+ "hosts":[{
+ "address": "rediss://user@host:port", # "REDIS_TLS_URL"
+ "ssl_cert_reqs": None,
+ }]
83
+ }
84
85
86
Sentinel connections require dicts conforming to:
87
0 commit comments