File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 nullable : true
55database :
66 provider : SqlServer
7- connectionString : Data Source=(local);Initial Catalog=Tracker;Integrated Security=True
7+ connectionString : Data Source=(local);Initial Catalog=Tracker;Integrated Security=True;TrustServerCertificate=True
88 exclude :
99 - exact : ' dbo.SchemaVersions'
1010data :
Original file line number Diff line number Diff line change 11{
22 "ConnectionStrings" : {
3- "Tracker" : " Data Source=(local);Initial Catalog=Tracker;Integrated Security=True"
3+ "Tracker" : " Data Source=(local);Initial Catalog=Tracker;Integrated Security=True;TrustServerCertificate=True "
44 }
55}
Original file line number Diff line number Diff line change 55 }
66 },
77 "ConnectionStrings" : {
8- "Tracker" : " Data Source=(local);Initial Catalog=Tracker;Integrated Security=True"
8+ "Tracker" : " Data Source=(local);Initial Catalog=Tracker;Integrated Security=True;TrustServerCertificate=True "
99 },
1010 "AllowedHosts" : " *"
1111}
You can’t perform that action at this time.
0 commit comments