We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418f0c8 commit 4dd393bCopy full SHA for 4dd393b
DigitalLearningSolutions.Web/appsettings.Development.json
@@ -1,7 +1,7 @@
1
{
2
"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;"
+ "DefaultConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar;Integrated Security=True;",
+ "UnitTestConnection": "Data Source=localhost;Initial Catalog=mbdbx101_uar_test;Integrated Security=True;"
5
},
6
"CurrentSystemBaseUrl": "https://localhost:44367",
7
"AppRootPath": "https://localhost:44363",
0 commit comments