From a1eda090287951f948414674e2f1dd1c89ceabc6 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 15 Jan 2024 11:21:36 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AD=EB=AF=BC=EC=8B=A0=EB=AC=B8=EA=B3=A0?= =?UTF-8?q?=20=EC=97=85=EB=AC=B4=20=ED=86=B5=EB=B3=B4=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EC=88=98=EC=A0=95(=ED=8F=AC=ED=8A=B8=EB=B2=88=ED=98=B8=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/intf-conf/file-job.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/intf-conf/file-job.conf b/src/main/resources/intf-conf/file-job.conf index ac806e1e..e1b4c917 100644 --- a/src/main/resources/intf-conf/file-job.conf +++ b/src/main/resources/intf-conf/file-job.conf @@ -24,12 +24,12 @@ "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ "infoType": "010", - "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ "name": "smg-send", "dirCode": "smg", /* <-- dirCodes */ - "alert": "http://localhost:8080/api/smg/petition/reply.do" /* 업무 통보 url */ + "alert": "http://localhost:9078/api/smg/petition/reply.do" /* 업무 통보 url */ }, { /* epost 전자우편 신청 전송 */ @@ -48,7 +48,7 @@ { /* epost 전자우편 신청 수신 결과 */ "name": "epost-receive-result", "dirCode": "epost", /* <-- dirCodes */ - "alert": "http://localhost:8080/api/epost/result/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */ } ] } \ No newline at end of file