doc: 更改 Clent 工程 MongoDB 连接字符串

This commit is contained in:
Argo Zhang 2019-09-02 10:22:44 +08:00
parent b702161766
commit b45dd2e893
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
"ProviderName": "MongoDB",
"ConnectionStrings": {
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin",
"ba": "mongodb://localhost:27017/BootstrapAdmin",
"client": "mongodb://localhost:27017/BootstrapClient"
}
}