From 27b85dd9d3f3160acfbb9d344a38613a20f32995 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 16 Sep 2018 13:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=9A?= =?UTF-8?q?=E8=AE=BE=E7=BD=AEKeyPath=E4=B8=BA=20=E2=80=9D..\\Keys=E2=80=9C?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=EF=BC=8C=E9=85=8D=E5=90=88Client=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/appsettings.Development.json b/Bootstrap.Admin/appsettings.Development.json index 2c6ee5f1..293bb613 100644 --- a/Bootstrap.Admin/appsettings.Development.json +++ b/Bootstrap.Admin/appsettings.Development.json @@ -19,7 +19,7 @@ "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", + "KeyPath": "..\\keys", "DisableAutomaticKeyGeneration": false, "AllowOrigins": "http://localhost:49823", "KeepExceptionsPeriod": 1,