fix: add native-tls feature to tungstenite

This commit is contained in:
trafficlunar 2025-03-22 15:19:36 +00:00
parent c21bd06cf1
commit e0932fc033
3 changed files with 127 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# WebSocket URL
WEBSOCKET_URL="ws://localhost:8888/computer/ws"
WEBSOCKET_URL="wss://api.trafficlunar.net/computer/ws"
# WebSocket Password
WEBSOCKET_PASSWORD="PASSWORD_GOES_HERE"