From 0452bc4562f8bbfa5f18a5a2f97deb502d4f2042 Mon Sep 17 00:00:00 2001
From: yuki-tei <57980555+yuki-tei@users.noreply.github.com>
Date: Tue, 16 Dec 2025 16:06:25 +0900
Subject: [PATCH] Update configuring.mdx
---
.../docs/pgd/6.2/reference/connection-manager/configuring.mdx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/product_docs/docs/pgd/6.2/reference/connection-manager/configuring.mdx b/product_docs/docs/pgd/6.2/reference/connection-manager/configuring.mdx
index 2c2481d5d8..8d5a8a4f96 100644
--- a/product_docs/docs/pgd/6.2/reference/connection-manager/configuring.mdx
+++ b/product_docs/docs/pgd/6.2/reference/connection-manager/configuring.mdx
@@ -7,13 +7,12 @@ description: How to configure Connection Manager
Connection Manager takes its configuration from the PGD Group options for the group the node is a member of.
-These can be configured using the [`bdr.alter_node_group_option`](/pgd/latest/reference/tables-views-functions/nodes-management-interfaces#bdralter_node_group_option) command, or using the [`pgd group set-option`](/pgd/latest/reference/cli/command_ref/group/set-option/) command.
+These can be configured using the [`pgd group set-option`](/pgd/latest/reference/cli/command_ref/group/set-option/) command.
The following options are available for configuring Connection Manager:
| Option | Default | Description |
|-----------------------------------|-------------------------------------------|--------------------------------------------------------------------------------------------|
-| listen_address | Postgres's listen address | which local addresses it should listen on for client connections |
| read_write_port | Postgres's port + 1000
(usually 6432) | which port to listen on for read-write connections |
| read_only_port | read_write_port + 1
(usually 6433) | which port to listen on for read-only connections |
| http_port | read_write_port + 2
(usually 6434) | which http port to listen for REST API calls (for integration purposes) |