Skip to content

Commit

Permalink
Update setup.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv authored Dec 22, 2023
1 parent 4b9d71c commit 15640ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SmokeTests/BackendSmokeTests/MSSQL/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param(
[string]$tag="2019-latest",
[int]$port=1433,
[string]$dbname="DurableDB",
[string]$sqldbconn = "Server=localhost,1433;Database=DurableDB;User Id=sa;Password=NotASecret!12;"
[string]$sqldbconn = "Server=localhost,1433;Database=DurableDB;User Id=sa;Password=NotASecret!12;",
[string]$DockerfilePath,
[string]$ImageName="dfapp",
[string]$collation="Latin1_General_100_BIN2_UTF8",
Expand Down

0 comments on commit 15640ed

Please sign in to comment.