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,