Files
regress/.env.example
T

15 lines
568 B
Bash
Raw Normal View History

# Hostname or IP your users will reach this box on (no scheme, no port)
PUBLIC_HOST=localhost
# Where the Regress UI/API is reachable from browsers
PUBLIC_URL=http://${PUBLIC_HOST}:8096
# How close (meters) a player must physically be to a place to claim it or
# link from it. Mirrors Ingress's "you must be at the portal" rule.
CLAIM_RADIUS_METERS=40
# BTC Map API base — global sync pulls every place worldwide (paginated,
# incremental via a stored watermark). Override only for pointing at a mock
# server in tests.
BTCMAP_API_BASE_URL=https://api.btcmap.org