doc: 完善配置文件关于 SqlServer 数据库配置信息
This commit is contained in:
parent
18e52833e3
commit
e178d9c025
|
@ -17,7 +17,11 @@
|
|||
},
|
||||
"DB": [
|
||||
{
|
||||
"Enabled": false
|
||||
"Enabled": false,
|
||||
"ProviderName": "SqlServer",
|
||||
"ConnectionStrings": {
|
||||
"ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
|
|
|
@ -17,7 +17,11 @@
|
|||
},
|
||||
"DB": [
|
||||
{
|
||||
"Enabled": false
|
||||
"Enabled": false,
|
||||
"ProviderName": "SqlServer",
|
||||
"ConnectionStrings": {
|
||||
"ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
|
|
Loading…
Reference in New Issue