Update self-host-overpass README with accurate OVERPASS_URLS env var

The proxy now supports OVERPASS_URLS (comma-separated, round-robin fallback)
with OVERPASS_URL as a single-entry backward-compat alias; update the switch
path note to match.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-24 10:43:03 +02:00
parent d20ec30bce
commit 12f6e6be51
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -39,8 +39,10 @@ Revisit once **any** of these is true:
different hardware (AX52 ≈ €54/mo for a dedicated 64 GB NVMe box that
handles planet at low user counts; see design.md).
- **Switch path**: no client changes needed to cut over — the Planner
proxy already reads `OVERPASS_URL` from env and defaults to
private.coffee. Flipping the env var points at our own instance.
proxy reads `OVERPASS_URLS` (comma-separated list with round-robin
fallback) or the single-entry alias `OVERPASS_URL`, defaulting to
`lz4.overpass-api.de` then `overpass-api.de`. Flipping the env var
points at our own instance.
## What's in the folder