]> git.parisson.com Git - teleforma.git/commitdiff
back to channels
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 6 Feb 2026 14:45:23 +0000 (15:45 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 6 Feb 2026 14:45:23 +0000 (15:45 +0100)
app/settings.py

index 2bab98e974ffe2040cd4b0dfce05cce2e1ede3f1..be381fc850eca5d5bc3d9b25b7dc0aef218f82d4 100644 (file)
@@ -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"