1.1.8 change settings for ws

This commit is contained in:
SDE
2024-06-03 02:01:26 +03:00
parent 22ae4b1563
commit a83ff0e080

View File

@@ -160,7 +160,8 @@ TEMPLATES = [
# WSGI_APPLICATION = 'TWB.wsgi.application' # WSGI_APPLICATION = 'TWB.wsgi.application'
ASGI_APPLICATION = 'TWB.asgi.application' ASGI_APPLICATION = 'TWB.asgi.application'
WS_ADDRESS = 'localhost:8000' # WS_ADDRESS = 'localhost:8000'
WS_ADDRESS = 'tripwb.com'
CHANNEL_LAYERS = { CHANNEL_LAYERS = {
'default': { 'default': {