Skip to content

Commit

Permalink
Merge branch 'NamedConnectionStrings' of https://github.com/Kros-sk/K…
Browse files Browse the repository at this point in the history
…ros.KORM.Extensions.Asp into NamedConnectionStrings
  • Loading branch information
satano committed Jul 24, 2019
2 parents fecec86 + dc0f91b commit 80dad40
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 80dad40

Please sign in to comment.