mirror of
https://github.com/django/daphne.git
synced 2025-06-05 21:53:11 +03:00
[docs] Replaced left over CHANNEL_BACKENDS with CHANNEL_LAYERS (#206)
This commit is contained in:
parent
68ce1964c8
commit
f8c1a9c688
|
@ -44,7 +44,7 @@ a backend has to follow).
|
||||||
|
|
||||||
Typically a channel backend will connect to one or more central servers that
|
Typically a channel backend will connect to one or more central servers that
|
||||||
serve as the communication layer - for example, the Redis backend connects
|
serve as the communication layer - for example, the Redis backend connects
|
||||||
to a Redis server. All this goes into the ``CHANNEL_BACKENDS`` setting;
|
to a Redis server. All this goes into the ``CHANNEL_LAYERS`` setting;
|
||||||
here's an example for a remote Redis server::
|
here's an example for a remote Redis server::
|
||||||
|
|
||||||
CHANNEL_LAYERS = {
|
CHANNEL_LAYERS = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user