Skip to content

Commit d8a2dac

Browse files
committed
TD-6277 Source controlled appsetting development json
1 parent fee6bfd commit d8a2dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "Data Source=X24D-1424721257;Initial Catalog=Dls;Integrated Security=True;TrustServerCertificate=true;",
3+
"DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar;Integrated Security=True;TrustServerCertificate=true;",
44
"UnitTestConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar_test;Integrated Security=True;TrustServerCertificate=true;"
55
},
66
"CurrentSystemBaseUrl": "https://localhost:5001",

0 commit comments

Comments
 (0)