Skip to content

Commit 5435c50

Browse files
yuki-teiirmabenitezzapata-creator
authored andcommitted
Update configuring.mdx
1 parent ea2a9ed commit 5435c50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

product_docs/docs/pgd/6.2/reference/connection-manager/configuring.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ description: How to configure Connection Manager
77

88
Connection Manager takes its configuration from the PGD Group options for the group the node is a member of.
99

10-
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.
10+
These can be configured using the [`pgd group set-option`](/pgd/latest/reference/cli/command_ref/group/set-option/) command.
1111

1212
The following options are available for configuring Connection Manager:
1313

1414
| Option | Default | Description |
1515
|-----------------------------------|-------------------------------------------|--------------------------------------------------------------------------------------------|
16-
| listen_address | Postgres's listen address | which local addresses it should listen on for client connections |
1716
| read_write_port | Postgres's port + 1000<br/>(usually 6432) | which port to listen on for read-write connections |
1817
| read_only_port | read_write_port + 1<br/>(usually 6433) | which port to listen on for read-only connections |
1918
| http_port | read_write_port + 2<br/>(usually 6434) | which http port to listen for REST API calls (for integration purposes) |

0 commit comments

Comments
 (0)