mirror of
https://github.com/MeshCore-Beacon/beacon-web.git
synced 2026-09-09 23:15:34 +00:00
9 lines
186 B
Bash
9 lines
186 B
Bash
# Domain for Caddy TLS
|
|
DOMAIN=example.com
|
|
|
|
# Tower REST API base URL
|
|
VITE_API_BASE=http://localhost:8080/api/v1
|
|
|
|
# WebSocket endpoint for live packets
|
|
VITE_WS_URL=ws://localhost:8080/ws
|