From 4e5b57c04f85867bbac909bac354fe40c545a9ec Mon Sep 17 00:00:00 2001 From: qianming Date: Wed, 23 Nov 2022 14:48:08 +0800 Subject: [PATCH] update --- report-core/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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是 / 无盘符