From b45dd2e89342cec31d1677daf33652891c433af5 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Mon, 2 Sep 2019 10:22:44 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=94=B9=20Clent=20=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=20MongoDB=20=E8=BF=9E=E6=8E=A5=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Client/appsettings.Development.json b/Bootstrap.Client/appsettings.Development.json index fd291487..3bf827e6 100644 --- a/Bootstrap.Client/appsettings.Development.json +++ b/Bootstrap.Client/appsettings.Development.json @@ -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" } }