From d93fafb28b7993c2d51e3d10da7b6848d86dce4b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 6 Feb 2026 15:45:23 +0100 Subject: [PATCH] back to channels --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 2bab98e9..be381fc8 100644 --- a/app/settings.py +++ b/app/settings.py @@ -382,7 +382,7 @@ CHANNEL_LAYERS = { # channel access point from django if DEBUG: - CHANNEL_URL = "http://127.0.0.1:9004" + CHANNEL_URL = "http://channels:8000" else: CHANNEL_URL = "/var/run/app/asgi.sock" -- 2.39.5