2026-08-05 13:14:03 +00:00
|
|
|
# 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
|
|
|
|
|
|
2026-08-05 17:32:54 +00:00
|
|
|
# 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
|