doc: 完善配置文件关于 SqlServer 数据库配置信息

This commit is contained in:
Argo Zhang 2019-09-10 17:29:08 +08:00
parent 18e52833e3
commit e178d9c025
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 10 additions and 2 deletions

View File

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

View File

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