From fb2c82eda27ef783f98b8567be820bec1f140fa6 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Fri, 17 Oct 2025 14:02:44 +0900 Subject: (김준회) POS 파일 마운트 조회 경로 수정 (Download 경로 제거) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pos/types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/pos/types.ts') diff --git a/lib/pos/types.ts b/lib/pos/types.ts index 2a1c6076..d43c4149 100644 --- a/lib/pos/types.ts +++ b/lib/pos/types.ts @@ -106,4 +106,6 @@ export const POS_SOAP_BASE_URL = process.env.POS_SOAP_ENDPOINT || 'http://60.100 export const POS_SOAP_ENDPOINT = `${POS_SOAP_BASE_URL}${POS_SOAP_SEGMENT}`; // NFS 마운트 관련 설정 +// 60.191.99.123/Download 경로가 /mnt/nfs-documentum에 마운트되어 있음 +// 따라서 NFS 마운트 경로 내부에 별도의 Download 폴더를 추가하지 않음 export const DOCUMENTUM_NFS_PATH = process.env.DOCUMENTUM_NFS || '/mnt/nfs-documentum/'; -- cgit v1.2.3