Skip to content

Commit

Permalink
Removed SSH Instructions for AlloyDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wihl authored and Jon Wihl committed Oct 25, 2023
1 parent 59cbdc2 commit 1753f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 1753f17

Please sign in to comment.