From: Guillaume Pellerin Date: Fri, 6 Feb 2026 14:45:23 +0000 (+0100) Subject: back to channels X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=62d11025e8974cb9d5bc2aa2ba480403b3c4ea21;p=teleforma.git back to channels --- 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"