Skip to content

Commit

Permalink
Fixed connection string for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
satano committed Jul 4, 2019
1 parent 1263110 commit e9624c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
},
"ConnectionStrings": {
"DefaultConnection": "server=servername\\instancename;initial catalog=database",
"IdGenerator": "Server=SQLEXPRESS; Integrated Security=true; Persist Security Info=true"

// Connection string for tests.
"IdGenerator": "Server=CENSQL\\SQL16ENT; User Id=KrosPlus; Password=7040; Persist Security Info = true"
}
}

0 comments on commit e9624c1

Please sign in to comment.