tao.mo

biz-customer | 修改 |

配置文件目录调整
mt
2025年3月31日15:46:04
...@@ -23,4 +23,4 @@ export: ...@@ -23,4 +23,4 @@ export:
23 23
24 upload: 24 upload:
25 path: 25 path:
26 - attachment: /var/share/iclearConnect/upload/attachment
...\ No newline at end of file ...\ No newline at end of file
26 + attachment: /var/share/iClearPreCLR/upload/attachment
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -23,4 +23,4 @@ export: ...@@ -23,4 +23,4 @@ export:
23 23
24 upload: 24 upload:
25 path: 25 path:
26 - attachment: /var/share/iclearConnect/upload/attachment
...\ No newline at end of file ...\ No newline at end of file
26 + attachment: /var/share/iClearPreCLR/upload/attachment
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -48,3 +48,8 @@ imp001: ...@@ -48,3 +48,8 @@ imp001:
48 bak: ${imp001.path.basePath}BAK/ 48 bak: ${imp001.path.basePath}BAK/
49 #异常目录 49 #异常目录
50 error: ${imp001.path.basePath}ERROR/ 50 error: ${imp001.path.basePath}ERROR/
51 +upload:
52 + path:
53 + zip: /var/share/iClearPreCLR/upload/zip
54 + zipTemp: /var/share/iClearPreCLR/upload/zipTemp/
55 + zipFinal: /var/share/iClearPreCLR/upload/zipFinal/
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -48,3 +48,9 @@ imp001: ...@@ -48,3 +48,9 @@ imp001:
48 bak: ${imp001.path.basePath}BAK/ 48 bak: ${imp001.path.basePath}BAK/
49 #异常目录 49 #异常目录
50 error: ${imp001.path.basePath}ERROR/ 50 error: ${imp001.path.basePath}ERROR/
51 +
52 +upload:
53 + path:
54 + zip: /var/share/iClearPreCLR/upload/zip
55 + zipTemp: /var/share/iClearPreCLR/upload/zipTemp/
56 + zipFinal: /var/share/iClearPreCLR/upload/zipFinal/
...\ No newline at end of file ...\ No newline at end of file
......