ratspeak-website/scripts/map-server/ratspeak-map.env.example
2026-06-28 23:04:00 -06:00

10 lines
458 B
Text

RNS_CONFIG_DIR=/path/to/deadbeef-rns-config
MAP_INGEST_URL=https://ratspeak.org/api/map-ingest
MAP_INGEST_TOKEN=replace-with-the-shared-vercel-ingest-token
# Required only for protected Vercel Preview deployments. Leave empty for public production.
VERCEL_PROTECTION_BYPASS=
MAP_LAND_GEOJSON=/opt/ratspeak-map/ne_110m_land.geojson
MAP_SNAPSHOT_OUT=/var/lib/ratspeak-map/map-live.json
MAP_PUBLISH_INTERVAL=60
MAP_PUBLISH_TIMEOUT=30
MAP_MAX_AGE_SECONDS=604800