mirror of
https://github.com/MeshCore-Beacon/beacon-web.git
synced 2026-09-09 15:05:34 +00:00
14 lines
628 B
Bash
14 lines
628 B
Bash
# Copy to .env.local and adjust. All vars are optional — the app has working defaults.
|
|
|
|
# Backend endpoints. Defaults (when unset): http://localhost:8080/api/v1 and ws://localhost:8080/ws.
|
|
# VITE_API_BASE=/api/v1
|
|
# VITE_WS_URL=ws://localhost:5173/ws
|
|
|
|
# Dev-only: proxy /api and /ws through Vite to a running beacon-server (see vite.config.ts).
|
|
# VITE_DEV_PROXY=http://localhost:8080
|
|
|
|
# Fallback/initial map view (decimal "lat,lon" + zoom). Shown before airports load and when a
|
|
# selection has no airport coords; otherwise the map fits bounds over the airports. Unset = world.
|
|
# VITE_MAP_CENTER=52.5,-96.8
|
|
# VITE_MAP_ZOOM=3.2
|