From 1add95f4c903097d118b34f4da81628b25844fcd Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Mon, 29 Jun 2026 16:55:24 -0600 Subject: [PATCH] docs(replication): use hostname in controlled-flow route example The "Controlling Replication Flow" example used `host:` while the rest of the doc and the schema use `hostname:` (both are accepted). Reconcile for consistency. Relates to harper-pro#498. Co-Authored-By: Claude Opus 4.8 --- reference/replication/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/replication/overview.md b/reference/replication/overview.md index f70b95ca..a9526c82 100644 --- a/reference/replication/overview.md +++ b/reference/replication/overview.md @@ -186,11 +186,11 @@ replication: databases: - data routes: - - host: node-two + - hostname: node-two replicates: sends: false receives: true - - host: node-three + - hostname: node-three replicates: sends: true receives: false