Skip to content

Commit 89059f7

Browse files
committed
Update appsettings
1 parent eafefb9 commit 89059f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AspNetCore/Razor-Mvc/Razor.AdvancedSearch/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"AllowedHosts": "*",
99
"ConnectionStrings": {
10-
"EqDemoDb": "Data Source=eqdemo-sqlite.db"
11-
//"EqDemoDb": "Server=(localdb)\\MSSQLLocalDB;Database=EqDemo.AspNetCore.AdvancedSearch"
10+
"EqDemoDb": "Data Source=eqdemo-sqlite.db",
11+
"_alt_EqDemoDb": "Server=(localdb)\\MSSQLLocalDB;Database=EqDemo.AspNetCore.AdvancedSearch"
1212
},
1313
"EasyQuery": {
1414
"LicenseKey": ""

0 commit comments

Comments
 (0)