fix(django-apps): Use correct default channel layer

This commit is contained in:
Tom Hubrecht 2025-01-16 18:49:26 +01:00
parent af7f161e24
commit 5512fce677
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -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.
'';