Skip to content

Commit 2acdf5b

Browse files
TD-3714 Display the DelegateAccounts.LastAccessed date on the Tracking System -> Delegates cards
1 parent 41fd10e commit 2acdf5b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DigitalLearningSolutions.Web/appsettings.Development.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar;Integrated Security=True;TrustServerCertificate=true;",
4-
"UnitTestConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar_test;Integrated Security=True;TrustServerCertificate=true;"
3+
//"DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar;Integrated Security=True;TrustServerCertificate=true;",
4+
"UnitTestConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar_test;Integrated Security=True;TrustServerCertificate=true;",
5+
"DefaultConnection": "Data Source=L6494;Initial Catalog=mbdbx101_uar;Persist Security Info=True;User ID=sa;Password=Password123;TrustServerCertificate=True;"
6+
57
},
68
"CurrentSystemBaseUrl": "https://localhost:5001",
79
"AppRootPath": "https://localhost:44363",

0 commit comments

Comments
 (0)