| | |
| | | servlet: |
| | | multipart: |
| | | # 前端上传文件,限制单个文件的大小和限制所有文件的大小 |
| | | max-file-size: 20MB |
| | | max-request-size: 25MB |
| | | max-file-size: 500MB |
| | | max-request-size: 5000MB |
| | | logging: |
| | | charset: |
| | | console: UTF-8 |
| | |
| | | report: |
| | | webPort: 12350 |
| | | idSuffix: 7 |
| | | wechat: |
| | | webPort: 12351 |
| | | idSuffix: 8 |
| | | file: |
| | | idSuffix: 99 |
| | | file1: |
| | |
| | | photoZipWidth: 400 #缩略图尺寸 |
| | | webFile: |
| | | fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm的web上下文 URL |
| | | supportedFileTypes: docx,xlsx,pdf |
| | | supportedFileTypes: docx,xlsx,doc,xls,pdf #支持的文档(非媒体文件,如照片、录音、录像)文件类型 |
| | | sv1: |
| | | id: dyFile1 |
| | | absolutePath: E:/java/nginx-1.24.0/html/webfiles/ |