From a83ff0e0808b3bd4092ef1929c13d82b48fe6d51 Mon Sep 17 00:00:00 2001 From: SDE Date: Mon, 3 Jun 2024 02:01:26 +0300 Subject: [PATCH] 1.1.8 change settings for ws --- TWB/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TWB/settings.py b/TWB/settings.py index 5a2deab..06af68e 100644 --- a/TWB/settings.py +++ b/TWB/settings.py @@ -160,7 +160,8 @@ TEMPLATES = [ # WSGI_APPLICATION = 'TWB.wsgi.application' ASGI_APPLICATION = 'TWB.asgi.application' -WS_ADDRESS = 'localhost:8000' +# WS_ADDRESS = 'localhost:8000' +WS_ADDRESS = 'tripwb.com' CHANNEL_LAYERS = { 'default': {