From 2cfd4eede88c72348c2969b27abb520b730d847d Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Wed, 26 Sep 2018 17:58:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/appsettings.Development.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Bootstrap.Admin/appsettings.Development.json b/Bootstrap.Admin/appsettings.Development.json index f3c711a5..8fa7820c 100644 --- a/Bootstrap.Admin/appsettings.Development.json +++ b/Bootstrap.Admin/appsettings.Development.json @@ -15,10 +15,6 @@ "MaxFileCount": 1 } }, - "ConnectionStrings": { - "ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa", - "ba-149": "Data Source=211.149.247.149,8174;Initial Catalog=BootstrapAdmin-Argo-Test;User ID=Argo-Test;Password=argo@163.com" - }, "KeyPath": "..\\keys", "DisableAutomaticKeyGeneration": false, "AllowOrigins": "http://localhost:49823",