From: Guillaume Pellerin Date: Thu, 19 Jan 2023 13:29:12 +0000 (+0100) Subject: fix socket X-Git-Tag: 2.8.0~25 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6763f0db6cb50898d455a9733018822c74e41210;p=teleforma.git fix socket --- diff --git a/app/settings.py b/app/settings.py index fac7d7da..b61b5197 100644 --- a/app/settings.py +++ b/app/settings.py @@ -63,7 +63,7 @@ CHANNEL_LAYERS = { if DEBUG: CHANNEL_URL = "http://channels:8000" else: - CHANNEL_URL = "/var/run/app/asgi.sock/ws" + CHANNEL_URL = "/var/run/app/asgi.sock" DATABASES = {