From f9d34c9e9941f2d43cc51bbb688c8ed648660f90 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 23 Sep 2018 16:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=9A?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E4=B8=AD=E7=9A=84DisableAu?= =?UTF-8?q?tomaticKeyGeneration=E9=85=8D=E7=BD=AE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BA=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/appsettings.json b/Bootstrap.Admin/appsettings.json index aee4cec7..ef51243a 100644 --- a/Bootstrap.Admin/appsettings.json +++ b/Bootstrap.Admin/appsettings.json @@ -25,7 +25,7 @@ "ApplicationName": "__bd__", "ApplicationDiscriminator": "BootstrapAdmin", "KeyPath": "D:\\App\\Web-App\\keys", - "DisableAutomaticKeyGeneration": true, + "DisableAutomaticKeyGeneration": false, "AllowOrigins": "http://localhost,http://10.15.63.218", "KeepExceptionsPeriod": 12, "KeepLogsPeriod": 12,