We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9833d commit e7b9240Copy full SHA for e7b9240
test/FluentCommand.SqlServer.Tests/appsettings.github.json
@@ -1,5 +1,5 @@
1
{
2
"ConnectionStrings": {
3
- "Tracker": "Server=localhost;Database=TrackerGithub;User Id=sa;Password=!p@ssword;TrustServerCertificate=True;"
+ "Tracker": "Server=localhost,1451;Database=TrackerGithub;User Id=SA;Password=!p@ssword;TrustServerCertificate=True;"
4
}
5
0 commit comments