Files
beacon-web/docker/.env.example
T
MrAlders0n 811c11db52 Feat/map openfreemap (#2)
* initial map page

* Nodes plotted and map in good shape to be merged
2026-05-31 15:15:06 -04:00

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