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/download-pos-file.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/pos/download-pos-file.ts') diff --git a/lib/pos/download-pos-file.ts b/lib/pos/download-pos-file.ts index 9fd6867f..d876c673 100644 --- a/lib/pos/download-pos-file.ts +++ b/lib/pos/download-pos-file.ts @@ -9,8 +9,8 @@ import { debugLog, debugError, debugSuccess, debugProcess } from '@/lib/debug-ut // 레거시: Windows 네트워크 경로 (하위 호환성을 위해 유지) const POS_BASE_PATH_LEGACY = '\\\\60.100.99.123\\ECM_NAS_PRM\\Download'; -// NFS 마운트 경로 사용 -const POS_BASE_PATH = path.posix.join(DOCUMENTUM_NFS_PATH, 'Download'); +// NFS 마운트 경로 사용 (60.191.99.123/Download가 /mnt/nfs-documentum에 마운트됨) +const POS_BASE_PATH = DOCUMENTUM_NFS_PATH; /** * POS API에서 반환된 경로의 파일을 NFS 마운트를 통해 읽어서 클라이언트에게 전달 -- cgit v1.2.3