更新配置:更新开发模式下配置文件,缓存默认为关闭状态

This commit is contained in:
Argo-MacBookPro 2018-10-31 21:12:50 +08:00
parent 3122d1176d
commit e4158f0c2c
1 changed files with 3 additions and 2 deletions

View File

@ -11,17 +11,18 @@
"LogLevel": { "LogLevel": {
"Default": "Error" "Default": "Error"
}, },
"FileName": "Error/Log.log", "FileName": "Error\\Log.log",
"MaxFileCount": 1 "MaxFileCount": 1
} }
}, },
"SwaggerPathBase": "", "SwaggerPathBase": "",
"AllowOrigins": "http://localhost:49823", "AllowOrigins": "http://localhost:49823",
"KeyPath": "../keys", "KeyPath": "..\\keys",
"DisableAutomaticKeyGeneration": false, "DisableAutomaticKeyGeneration": false,
"KeepExceptionsPeriod": 1, "KeepExceptionsPeriod": 1,
"KeepLogsPeriod": 1, "KeepLogsPeriod": 1,
"LongbowCache": { "LongbowCache": {
"Enabled": false,
"CorsItems": [ "CorsItems": [
{ {
"Enabled": true, "Enabled": true,