4 lines
307 B
Text
4 lines
307 B
Text
# Prefill for the WS address field (the user can always edit it in the UI).
|
|
# Full endpoint of the stratoflights satellite telemetry socket:
|
|
# ws://<host>/api/ws/satellite/<satellite-uuid>/telemetry/
|
|
VITE_DEFAULT_WS_URL=ws://localhost:8000/api/ws/satellite/00000000-0000-0000-0000-000000000000/telemetry/
|