summaryrefslogtreecommitdiff
path: root/.env.development
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-22 19:33:16 +0900
committerjoonhoekim <26rote@gmail.com>2025-09-22 19:33:16 +0900
commit480ac58010604140d1a52fa2b839aedb6ac15941 (patch)
tree4cc45c96ea174991d59c1a058ed9da05a2a3ac8c /.env.development
parentba35e67845f935c8ce0151c9ef1fefa0b0510faf (diff)
(김준회) POS I/F 로직 및 UI 처리 구현
Diffstat (limited to '.env.development')
-rw-r--r--.env.development6
1 files changed, 5 insertions, 1 deletions
diff --git a/.env.development b/.env.development
index f4017238..603261b2 100644
--- a/.env.development
+++ b/.env.development
@@ -177,4 +177,8 @@ READONLY_DB_URL="postgresql://readonly:tempReadOnly_123@localhost:5432/evcp" #
# === 디버그 로깅 (lib/debug-utils.ts) ===
NEXT_PUBLIC_DEBUG=true
-SWP_BASE_URL=http://60.100.99.217/DDP/Services/VNDRService.svc \ No newline at end of file
+SWP_BASE_URL=http://60.100.99.217/DDP/Services/VNDRService.svc
+
+# POS (EMLS, Documentum)
+ECC_PO_ENDPOINT="http://60.100.99.122:7700" # 품질
+POS_APP_CODE="SQ13" # 품질, 운영의 경우 SO13 \ No newline at end of file