Commit 6179b6de767c1b0fb64482c9ddeb8bb8fdd83db0
1 parent
88c6a270
ci: 还原配置
Showing
1 changed file
with
2 additions
and
2 deletions
trash-admin/src/main/resources/application-dev.yml
| ... | ... | @@ -9,9 +9,9 @@ trash: |
| 9 | 9 | # 实例演示开关 |
| 10 | 10 | demoEnabled: true |
| 11 | 11 | # 文件路径 示例( Windows配置D:/trash/uploadPath,Linux配置 /home/trash/uploadPath,存储桶 trash/uploadPath,nginx配置 /trash/upload) |
| 12 | - profile: D:/trash/uploadPath | |
| 12 | +# profile: D:/trash/uploadPath | |
| 13 | 13 | # profile: E:/trash/uploadPath |
| 14 | -# profile: F:/work/project/Documents/uploadPath/trash | |
| 14 | + profile: F:/work/project/Documents/uploadPath/trash | |
| 15 | 15 | # 获取ip地址开关 |
| 16 | 16 | addressEnabled: false |
| 17 | 17 | # 验证码类型 math 数组计算 char 字符验证 | ... | ... |