Fixed MS SQL port number in documentation (1443->1433) per: https://support.microsoft.com/en-us/kb/287932

This commit is contained in:
bw-will-usher 2015-04-21 07:59:05 -04:00
parent 7255968f96
commit 0846de2cd5

View file

@ -130,7 +130,7 @@ options:
aliases: []
port:
description:
- Port number that the DB instance uses for connections. Defaults to 3306 for mysql. Must be changed to 1521 for Oracle, 1443 for SQL Server, 5432 for PostgreSQL. Used only when command=create or command=replicate.
- Port number that the DB instance uses for connections. Defaults to 3306 for mysql. Must be changed to 1521 for Oracle, 1433 for SQL Server, 5432 for PostgreSQL. Used only when command=create or command=replicate.
required: false
default: null
aliases: []