From e4158f0c2cf218a869c51f22face81c80f253e44 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Wed, 31 Oct 2018 21:12:50 +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=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BA=E5=85=B3=E9=97=AD=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/appsettings.Development.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/appsettings.Development.json b/Bootstrap.Admin/appsettings.Development.json index e35d54f0..7f0e4a37 100644 --- a/Bootstrap.Admin/appsettings.Development.json +++ b/Bootstrap.Admin/appsettings.Development.json @@ -11,17 +11,18 @@ "LogLevel": { "Default": "Error" }, - "FileName": "Error/Log.log", + "FileName": "Error\\Log.log", "MaxFileCount": 1 } }, "SwaggerPathBase": "", "AllowOrigins": "http://localhost:49823", - "KeyPath": "../keys", + "KeyPath": "..\\keys", "DisableAutomaticKeyGeneration": false, "KeepExceptionsPeriod": 1, "KeepLogsPeriod": 1, "LongbowCache": { + "Enabled": false, "CorsItems": [ { "Enabled": true,