mirror of
https://github.com/trafficlunar/computer-statistics.git
synced 2026-06-27 22:24:09 +00:00
fix: add authorization to websocket
This commit is contained in:
parent
b9c7be71ae
commit
8d84c99979
4 changed files with 334 additions and 3 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue