diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-17 14:02:44 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-17 14:02:44 +0900 |
| commit | fb2c82eda27ef783f98b8567be820bec1f140fa6 (patch) | |
| tree | b0258a803678867df488ccb25467b4c2f01dc46c /lib/pos/types.ts | |
| parent | 776699c13e967dd9db61571bb917f4a4f7aa618d (diff) | |
(김준회) POS 파일 마운트 조회 경로 수정 (Download 경로 제거)
Diffstat (limited to 'lib/pos/types.ts')
| -rw-r--r-- | lib/pos/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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/'; |
