Skip to content

Commit a3f4ae7

Browse files
committed
fix connection strings
1 parent 928c011 commit a3f4ae7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ConnectionStrings": {
3-
"Tracker": "Server=(local)\\SQL2019;Database=TrackerAppVeyor;Integrated security=SSPI;"
3+
"Tracker": "Server=(local)\\SQL2019;Database=TrackerAppVeyor;Integrated security=SSPI;TrustServerCertificate=True"
44
}
55
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
1+
{
22
"ConnectionStrings": {
3-
"Tracker": "Data Source=(local);Initial Catalog=TrackerTest;Integrated Security=True"
3+
"Tracker": "Data Source=(local);Initial Catalog=TrackerTest;Integrated Security=True;TrustServerCertificate=True"
44
}
5-
}
5+
}

0 commit comments

Comments
 (0)