remove the DefaultConnection value

This commit is contained in:
Michael Washington
2019-12-04 11:46:41 -08:00
parent f29f710d92
commit 38b89e3595

View File

@ -1,5 +1,5 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Data Source=(Local);Initial Catalog=Oqtane;Integrated Security=SSPI;" "DefaultConnection": ""
} }
} }