mirror of
https://github.com/MeshCore-Beacon/beacon-web.git
synced 2026-09-02 17:23:45 +00:00
14 lines
411 B
Bash
14 lines
411 B
Bash
# Domain for Caddy TLS
|
|
DOMAIN=example.com
|
|
|
|
# BEACON REST API base URL
|
|
VITE_API_BASE=http://localhost:8080/api/v1
|
|
|
|
# WebSocket endpoint for live packets
|
|
VITE_WS_URL=ws://localhost:8080/ws
|
|
|
|
# Default map view for the "All" tab (leave both unset for a world view). VITE_MAP_CENTER is
|
|
# decimal "lat,lon", VITE_MAP_ZOOM is 0-22. The example below is a Canada-wide view.
|
|
VITE_MAP_CENTER=52.5,-96.8
|
|
VITE_MAP_ZOOM=3.2
|