tao.mo

biz-customer | 修改 |

配置文件目录调整
mt
2025年3月31日15:46:04
......@@ -23,4 +23,4 @@ export:
upload:
path:
attachment: /var/share/iclearConnect/upload/attachment
\ No newline at end of file
attachment: /var/share/iClearPreCLR/upload/attachment
\ No newline at end of file
......
......@@ -23,4 +23,4 @@ export:
upload:
path:
attachment: /var/share/iclearConnect/upload/attachment
\ No newline at end of file
attachment: /var/share/iClearPreCLR/upload/attachment
\ No newline at end of file
......
......@@ -47,4 +47,9 @@ imp001:
#备份目录
bak: ${imp001.path.basePath}BAK/
#异常目录
error: ${imp001.path.basePath}ERROR/
\ No newline at end of file
error: ${imp001.path.basePath}ERROR/
upload:
path:
zip: /var/share/iClearPreCLR/upload/zip
zipTemp: /var/share/iClearPreCLR/upload/zipTemp/
zipFinal: /var/share/iClearPreCLR/upload/zipFinal/
\ No newline at end of file
......
......@@ -47,4 +47,10 @@ imp001:
#备份目录
bak: ${imp001.path.basePath}BAK/
#异常目录
error: ${imp001.path.basePath}ERROR/
\ No newline at end of file
error: ${imp001.path.basePath}ERROR/
upload:
path:
zip: /var/share/iClearPreCLR/upload/zip
zipTemp: /var/share/iClearPreCLR/upload/zipTemp/
zipFinal: /var/share/iClearPreCLR/upload/zipFinal/
\ No newline at end of file
......