Files

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=