diff --git a/report-core/src/main/resources/bootstrap.yml b/report-core/src/main/resources/bootstrap.yml index eb251e49..0e72fe4a 100644 --- a/report-core/src/main/resources/bootstrap.yml +++ b/report-core/src/main/resources/bootstrap.yml @@ -60,7 +60,7 @@ spring: enabled: true ##允许上传的文件后缀 file-type-while-list: .png|.jpg|.gif|.icon|.pdf|.xlsx|.xls|.csv|.mp4|.avi|.jpeg|.aaa - # 用于文件上传成功后,生成文件的下载公网完整URL + # 用于文件上传成功后,生成文件的下载公网完整URL,http://serverip:9095/file/download downloadPath: http://10.108.26.197:9095/file/download nfs: #上传对应本地全路径,目录必须是真实存在的,注意 Win是 \ 且有盘符,linux是 / 无盘符