更新配置:更新开发模式下配置文件,缓存默认为关闭状态
This commit is contained in:
parent
3122d1176d
commit
e4158f0c2c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue