From fe1ef671d3f21b0c7de6b1b6ceeb8258f7a4cedf Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 24 Aug 2019 10:22:26 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=A2=9E=E5=8A=A0MongoDB=E7=9A=84Provid?= =?UTF-8?q?erName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/appsettings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Bootstrap.Admin/appsettings.json b/Bootstrap.Admin/appsettings.json index 76b328ab..e35f4879 100644 --- a/Bootstrap.Admin/appsettings.json +++ b/Bootstrap.Admin/appsettings.json @@ -44,6 +44,7 @@ { "Enabled": true, "Widget": "Bootstrap.DataAccess.MongoDB", + "ProviderName": "MongoDB", "ConnectionStrings": { "ba": "mongodb://localhost:27017" }