doc: 更改 Clent 工程 MongoDB 连接字符串
This commit is contained in:
parent
b702161766
commit
b45dd2e893
|
@ -36,7 +36,7 @@
|
||||||
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
|
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
|
||||||
"ProviderName": "MongoDB",
|
"ProviderName": "MongoDB",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin",
|
"ba": "mongodb://localhost:27017/BootstrapAdmin",
|
||||||
"client": "mongodb://localhost:27017/BootstrapClient"
|
"client": "mongodb://localhost:27017/BootstrapClient"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue