Skip to content

Commit 452cba5

Browse files
committed
use SQLEXPRESS by default
1 parent eb2fa55 commit 452cba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Signum.Test/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{//This file is not copy to the bin directory. Use UserSecrets instead.
1+
{//This file is not copy to the bin directory. Use UserSecrets instead.
22
"ConnectionStrings": {
3-
"SignumTest": "Data Source=localhost;Initial Catalog=SignumTest;Integrated Security=true"
3+
"SignumTest": "Data Source=.\\SQLEXPRESS;Initial Catalog=SignumTest;Integrated Security=true"
44
}
55
}

0 commit comments

Comments
 (0)