build(appsettings): 更改 sqlserver 连接字符串

This commit is contained in:
Argo Zhang 2019-09-12 10:39:34 +08:00
parent 3e71e3d47b
commit 12c41b046e
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,11 @@
{
"ConnectionStrings": {
"ba": "Data Source=(local)\\SQL2014;Initial Catalog=BootstrapAdmin;User ID=sa;Password=Password12!"
},
"DB": [
{
"Enabled": true
"Enabled": true,
"ProviderName": "SqlServer",
"ConnectionStrings": {
"ba": "Data Source=(local)\\SQL2014;Initial Catalog=BootstrapAdmin;User ID=sa;Password=Password12!"
}
},
{
"Enabled": true,

View File

@ -14,7 +14,11 @@
},
"DB": [
{
"Enabled": true
"Enabled": true,
"ProviderName": "SqlServer",
"ConnectionStrings": {
"ba": "Data Source=.;Initial Catalog=UnitTest;User ID=sa;Password=sa"
}
},
{
"Enabled": false,