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