Commit 22628e3e7094d8a23ffb12a18dc50a1291ddb427
1 parent
661b107d
m
Showing
1 changed file
with
0 additions
and
1 deletions
trash-admin/src/main/resources/application-dev.yml
| ... | ... | @@ -9,7 +9,6 @@ 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 | |
| 13 | 12 | # profile: E:/trash/uploadPath |
| 14 | 13 | profile: F:/work/project/Documents/uploadPath/trash |
| 15 | 14 | # 获取ip地址开关 | ... | ... |