From 662f4481ddbe6f503a2007b2aa441ff8ea421963 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Fri, 31 Aug 2018 14:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=A4=96=E7=BD=91211.149.2?= =?UTF-8?q?47.149=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5=EF=BC=8C?= =?UTF-8?q?=E7=BB=99MacOX=E7=94=B5=E8=84=91=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/appsettings.Development.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/appsettings.Development.json b/Bootstrap.Admin/appsettings.Development.json index 08f60927..ca1c83d9 100644 --- a/Bootstrap.Admin/appsettings.Development.json +++ b/Bootstrap.Admin/appsettings.Development.json @@ -15,7 +15,8 @@ } }, "ConnectionStrings": { - "ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa" + "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,