|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
{
|
|
|
|
|
"dirs": {
|
|
|
|
|
"receive": "C:\\workspace\\ESB_AGENT\\RCV", /* 수신 파일 최상위 디렉토리 */
|
|
|
|
|
"send": "C:\\workspace\\ESB_AGENT\\SND", /* 전송 파일 최상위 디렉토리 */
|
|
|
|
|
"receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
|
|
|
|
|
"send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
|
|
|
|
|
|
|
|
|
|
"working": "C:\\workspace\\xit\\filesite\\work", /* 파일 작업 최상위 디렉토리 */
|
|
|
|
|
"success": "C:\\workspace\\xit\\filesite\\success", /* 작업 완료한 파일의 최상위 디렉토리 */
|
|
|
|
|
"fail": "C:\\workspace\\xit\\filesite\\fail" /* 작업 실패한 파일의 최상위 디렉토리 */
|
|
|
|
|
"working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
|
|
|
|
|
"success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
|
|
|
|
|
"fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"dirCodes": {
|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
"rceptId": "40219", /* 접수우체국 국기호 */
|
|
|
|
|
"expiryDays": 10, /* 배달 만료 일수 */
|
|
|
|
|
|
|
|
|
|
"attachmentDir": "C:\\workspace\\xit\\filesite\\attachment\\epost", /* 원본 첨부파일 디렉토리 경로 */
|
|
|
|
|
"attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
|
|
|
|
|
"txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
|
|
|
|
|
"zipFilename": "POSDF5${conKey}.zip"
|
|
|
|
|
},
|
|
|
|
|