From 756700e07849d4b38f0cc3010bb473cf15a8cdc2 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Thu, 27 Jul 2023 15:05:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=91=EC=97=85=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/conf/file-job.conf | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/main/resources/conf/file-job.conf b/src/main/resources/conf/file-job.conf index e35b69c..87faff5 100644 --- a/src/main/resources/conf/file-job.conf +++ b/src/main/resources/conf/file-job.conf @@ -15,18 +15,19 @@ "defaults": { "charset": "euc-kr", - "fetchSize": 100 + "fetchSize": 100, + "workSize": 100 }, "jobs": [ { /* 국민신문고 수신 */ - "name": "smg-in", + "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ - "infoType": "100", + "infoType": "010", "alert": "http://localhost:8080/xit-filegate/api/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ - "name": "smg-out", + "name": "smg-send", "dirCode": "smg", /* <-- dirCodes */ "alert": "http://localhost:8080/xit-filegate/api/smg/petition/reply.do" /* 업무 통보 url */ }, @@ -37,15 +38,17 @@ "conOrg": "YICT", /* 외부기관 구분코드 */ "rceptId": "40219", /* 접수우체국 국기호 */ - "attachmentDir": "", /* 원본 첨부파일 디렉토리 경로 */ + "expiryDays": 10, /* 배달 만료 일수 */ + "attachmentDir": "C:\\workspace\\xit\\filesite\\attachment\\epost", /* 원본 첨부파일 디렉토리 경로 */ "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt", "zipFilename": "POSDF5${conKey}.zip" }, { /* epost 전자우편 신청 수신 결과 */ "name": "epost-receive-result", - "dirCode": "epost" /* <-- dirCodes */ + "dirCode": "epost", /* <-- dirCodes */ + "alert": "http://localhost:8080/xit-filegate/api/epost/result/receive.do" /* 업무 통보 url */ } ] } \ No newline at end of file