Skip to content

Commit

Permalink
Modified default port for SQL Server
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 9e2564b commit a2efa48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Use the below properties to configure a SQLServer materialization, which will di
| Property | Title | Description | Type | Required/Default |
|-----------------------------|------------------------|--------------------------------------------------------------------------------------------|--------|------------------|
| **`/database`** | Database | Name of the logical database to materialize to. | string | Required |
| **`/address`** | Address | Host and port of the database. If only the host is specified, port will default to `3306`. | string | Required |
| **`/address`** | Address | Host and port of the database. If only the host is specified, port will default to `1433`. | string | Required |
| **`/password`** | Password | Password for the specified database user. | string | Required |
| **`/user`** | User | Database user to connect as. | string | Required |

Expand Down

0 comments on commit a2efa48

Please sign in to comment.