doc: 更新 Tasks 持续化配置项

This commit is contained in:
Argo Zhang 2019-09-09 12:40:30 +08:00
parent 68402808b5
commit 4ad06e086d
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 11 additions and 5 deletions

View File

@ -51,6 +51,11 @@
],
"SwaggerPathBase": "",
"AllowOrigins": "http://localhost:49185",
"FileStorageOptions": {
"Enabled": true,
"Folder": "TaskStorage",
"Secure": false
},
"LongbowCache": {
"Enabled": true,
"CorsItems": [

View File

@ -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,