Showing
4 changed files
with
15 additions
and
4 deletions
| ... | @@ -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 | ... | ... |
| ... | @@ -47,4 +47,9 @@ imp001: | ... | @@ -47,4 +47,9 @@ imp001: |
| 47 | #备份目录 | 47 | #备份目录 |
| 48 | bak: ${imp001.path.basePath}BAK/ | 48 | bak: ${imp001.path.basePath}BAK/ |
| 49 | #异常目录 | 49 | #异常目录 |
| 50 | - error: ${imp001.path.basePath}ERROR/ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 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 | ... | ... |
| ... | @@ -47,4 +47,10 @@ imp001: | ... | @@ -47,4 +47,10 @@ imp001: |
| 47 | #备份目录 | 47 | #备份目录 |
| 48 | bak: ${imp001.path.basePath}BAK/ | 48 | bak: ${imp001.path.basePath}BAK/ |
| 49 | #异常目录 | 49 | #异常目录 |
| 50 | - error: ${imp001.path.basePath}ERROR/ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 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 | ... | ... |
-
Please register or login to post a comment