From 1753f170bb7d95edb81868461e865d9ac737b7b0 Mon Sep 17 00:00:00 2001 From: Jon Wihl Date: Wed, 25 Oct 2023 14:05:40 -0400 Subject: [PATCH] Removed SSH Instructions for AlloyDB --- site/docs/reference/Connectors/capture-connectors/alloydb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/reference/Connectors/capture-connectors/alloydb.md b/site/docs/reference/Connectors/capture-connectors/alloydb.md index 72314494ab..7b457e4bcc 100644 --- a/site/docs/reference/Connectors/capture-connectors/alloydb.md +++ b/site/docs/reference/Connectors/capture-connectors/alloydb.md @@ -76,7 +76,7 @@ See the table below and the [sample config](#sample). | Property | Title | Description | Type | Required/Default | |---|---|---|---|---| -| **`/address`** | Address | The host or host:port at which the database can be reached. Set to 127.0.0.1:5432 to enable SSH tunneling. | string | Required | +| **`/address`** | Address | The host or host:port at which the database can be reached. | string | Required | | **`/database`** | Database | Logical database name to capture from. | string | Required, `"postgres"` | | **`/user`** | User | The database user to authenticate as. | string | Required, `"flow_capture"` | | **`/password`** | Password | Password for the specified database user. | string | Required |