From 480ac58010604140d1a52fa2b839aedb6ac15941 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Mon, 22 Sep 2025 19:33:16 +0900 Subject: (김준회) POS I/F 로직 및 UI 처리 구현 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.env.development') 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 -- cgit v1.2.3