doc: 修复单元测试配置文件
This commit is contained in:
parent
2e923257cc
commit
7239811f56
|
@ -31,9 +31,8 @@
|
|||
"Enabled": true,
|
||||
"Widget": "Bootstrap.DataAccess.MongoDB",
|
||||
"ConnectionStrings": {
|
||||
"ba": "mongodb://localhost:27017"
|
||||
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"MongoDB": "BootstrapAdmin"
|
||||
]
|
||||
}
|
|
@ -40,11 +40,10 @@
|
|||
"Enabled": true,
|
||||
"Widget": "Bootstrap.DataAccess.MongoDB",
|
||||
"ConnectionStrings": {
|
||||
"ba": "mongodb://localhost:27017"
|
||||
"ba": "mongodb://localhost:27017;Database=UnitTest"
|
||||
}
|
||||
}
|
||||
],
|
||||
"MongoDB": "UnitTest",
|
||||
"LongbowCache": {
|
||||
"Enabled": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue