From d316c5cf1b19caa084145279b3e64b9225a200f5 Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Tue, 2 Jun 2026 16:50:46 -0400 Subject: [PATCH] docs: fix PEER_URL description to include probe nodes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd3938d..2b877e8 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Full reference in [docs/config-as-code.md](docs/config-as-code.md). | `UPTOP_STATUS_TITLE` | `System Status` | Status page title | | `UPTOP_ENCRYPTION_KEY` | | AES-256-GCM key for alert credentials ([details](#encryption)) | | `UPTOP_CLUSTER_MODE` | `leader` | `leader`, `follower`, or `probe` | -| `UPTOP_PEER_URL` | | Leader URL for follower nodes | +| `UPTOP_PEER_URL` | | Leader URL for follower and probe nodes | | `UPTOP_CLUSTER_SECRET` | | Shared key for cluster + API auth | | `UPTOP_INSECURE_SKIP_VERIFY` | `false` | Skip TLS verification for checks | | `UPTOP_ALLOW_PRIVATE_TARGETS` | `false` | Allow monitoring RFC1918/loopback addresses |