Skip to content

Commit 4dd393b

Browse files
committed
Reverting unwanted appsettings change
1 parent 418f0c8 commit 4dd393b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web/appsettings.Development.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "Data Source=MANISHAGARWAL;Initial Catalog=mbdbx101_uar;Integrated Security=True;",
4-
"UnitTestConnection": "Data Source=MANISHAGARWAL;Initial Catalog=mbdbx101_uar_test;Integrated Security=True;"
3+
"DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar;Integrated Security=True;",
4+
"UnitTestConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar_test;Integrated Security=True;"
55
},
66
"CurrentSystemBaseUrl": "https://localhost:44367",
77
"AppRootPath": "https://localhost:44363",

0 commit comments

Comments
 (0)