Skip to content

Commit dffc109

Browse files
committed
Remove non required settings see HEA-752
1 parent 9781bd8 commit dffc109

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hea/settings/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158

159159
ASGI_APPLICATION = "hea.asgi.application"
160160
CHANNEL_LAYERS = {"default": {"BACKEND": "channels.layers.InMemoryChannelLayer"}}
161-
WEBSOCKET_ACCEPT_ALL = False # Require authentication
162161

163162
########## CORS CONFIGURATION
164163
# See: https://github.com/ottoyiu/django-cors-headers

0 commit comments

Comments
 (0)