Commit cd46bf1d28e15125c7fb988599f79a1554d67e57
1 parent
2bcc0421
险情管理导出
Showing
1 changed file
with
4 additions
and
0 deletions
urbanops-server/src/main/resources/application-prod.yaml
| @@ -264,6 +264,10 @@ pf4j: | @@ -264,6 +264,10 @@ pf4j: | ||
| 264 | #文件上传默认路径配置 | 264 | #文件上传默认路径配置 |
| 265 | file: | 265 | file: |
| 266 | path: uploadPath | 266 | path: uploadPath |
| 267 | + upload-local: | ||
| 268 | + path: /home/user/upload/ | ||
| 269 | + expire-days: 30 # 文件有效天数 | ||
| 270 | + | ||
| 267 | flow: | 271 | flow: |
| 268 | apps: | 272 | apps: |
| 269 | - appid: yl | 273 | - appid: yl |