mirror of
https://github.com/ratspeak/ratspeak-website
synced 2026-08-12 18:07:55 -04:00
10 lines
458 B
Text
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
|