fix: add authorization to websocket

This commit is contained in:
trafficlunar 2024-11-29 19:45:36 +00:00
parent b9c7be71ae
commit 8d84c99979
4 changed files with 334 additions and 3 deletions

View file

@ -1,2 +1,4 @@
# WebSocket URL
WEBSOCKET_URL="ws://localhost:8888/ws/computer"
WEBSOCKET_URL="ws://localhost:8888/ws/computer"
# WebSocket Password
WEBSOCKET_PASSWORD="PASSWORD_GOES_HERE"