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:
parent
d20ec30bce
commit
12f6e6be51
1 changed files with 4 additions and 2 deletions
|
|
@ -39,8 +39,10 @@ Revisit once **any** of these is true:
|
||||||
different hardware (AX52 ≈ €54/mo for a dedicated 64 GB NVMe box that
|
different hardware (AX52 ≈ €54/mo for a dedicated 64 GB NVMe box that
|
||||||
handles planet at low user counts; see design.md).
|
handles planet at low user counts; see design.md).
|
||||||
- **Switch path**: no client changes needed to cut over — the Planner
|
- **Switch path**: no client changes needed to cut over — the Planner
|
||||||
proxy already reads `OVERPASS_URL` from env and defaults to
|
proxy reads `OVERPASS_URLS` (comma-separated list with round-robin
|
||||||
private.coffee. Flipping the env var points at our own instance.
|
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
|
## What's in the folder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue