Merge pull request #180 from ADefWebserver/RichTextEditor

remove the DefaultConnection value
This commit is contained in:
Shaun Walker 2019-12-04 15:39:00 -05:00 committed by GitHub
commit 4656dd104f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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