mirror of
https://github.com/MeshCore-Beacon/beacon-web.git
synced 2026-09-03 04:03:51 +00:00
28 lines
963 B
Bash
28 lines
963 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
|
|
|
|
# Hide tabs completely (comma list, case-insensitive). Leave empty to show all.
|
|
# Options: Packets,Channels,Map,Nodes,Observers,Routes,Traces,Analytics
|
|
VITE_DISABLED_TABS=
|
|
|
|
# Reveal normally-hidden themes in the picker (comma list of theme ids). Leave empty for none.
|
|
# Options: meshmapper_dark,meshmapper_light
|
|
VITE_ENABLED_THEMES=
|
|
|
|
# Custom app name shown in the top-left wordmark. Default: BEACON. Avoid the & and | characters.
|
|
VITE_APP_NAME=
|
|
|
|
# Skip the once-per-session load splash. Set to true to skip; leave empty to show it.
|
|
VITE_SKIP_SPLASH=
|