forked from DGNum/infrastructure
fix(django-apps): Use correct default channel layer
This commit is contained in:
parent
af7f161e24
commit
5512fce677
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ in
|
|||
|
||||
channelLayer = mkOption {
|
||||
type = str;
|
||||
default = "channel_layer";
|
||||
default = "default";
|
||||
description = ''
|
||||
Channel layer to use when running the application with daphne.
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue