doc: 更新 Tasks 持续化配置项
This commit is contained in:
parent
68402808b5
commit
4ad06e086d
|
@ -51,6 +51,11 @@
|
|||
],
|
||||
"SwaggerPathBase": "",
|
||||
"AllowOrigins": "http://localhost:49185",
|
||||
"FileStorageOptions": {
|
||||
"Enabled": true,
|
||||
"Folder": "TaskStorage",
|
||||
"Secure": false
|
||||
},
|
||||
"LongbowCache": {
|
||||
"Enabled": true,
|
||||
"CorsItems": [
|
||||
|
|
|
@ -55,11 +55,12 @@
|
|||
"Dsn": "https://70bdfff562e84fa7b9a43d65924ab9ad@sentry.io/1469396"
|
||||
},
|
||||
"TaskServicesOptions": {
|
||||
"ShutdownTimeout": "00:00:05",
|
||||
"FileStorageOptions": {
|
||||
"Enabled": true,
|
||||
"Folder": "TaskStorage"
|
||||
}
|
||||
"ShutdownTimeout": "00:00:05"
|
||||
},
|
||||
"FileStorageOptions": {
|
||||
"Enabled": true,
|
||||
"Folder": "TaskStorage",
|
||||
"Secure": true
|
||||
},
|
||||
"LongbowCache": {
|
||||
"Enabled": true,
|
||||
|
|
Loading…
Reference in New Issue