summaryrefslogtreecommitdiff
path: root/.env.production
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-21 10:04:19 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-21 10:04:19 +0000
commit11061af33d325546e075b37923845881ded0e6f6 (patch)
treea35951bc68a691f8cdd92af7ddc0efeaa70b8e31 /.env.production
parentd583c7912d9934e0550908b74a7eba8bdbb46953 (diff)
(김준회) Oracle DB 지원을 위한 라이브러리(oracledb, knex.js) 추가 및 번들러 버그 패치
Diffstat (limited to '.env.production')
-rw-r--r--.env.production12
1 files changed, 11 insertions, 1 deletions
diff --git a/.env.production b/.env.production
index 78447fac..0c4d3dd5 100644
--- a/.env.production
+++ b/.env.production
@@ -26,4 +26,14 @@ ERP_HEALTH_CHECK_URL=https://erp.example.com/api/health
SEDP_API_BASE_URL=http://sedpwebapi.ship.samsung.co.kr/api
SEDP_API_USER_ID=EVCPUSER
-SEDP_API_PASSWORD=evcpuser@2025
+SEDP_API_PASSWORD=evcpusr@2025
+
+# Oracle DB 연결 설정 (개발용 - 로컬 컨테이너)
+ORACLE_USER=system
+ORACLE_PASSWORD=oracle
+ORACLE_CONNECTION_STRING=localhost:1521/XEPDB1
+
+# Oracle DB 연결 설정 (SHI 품질)
+# ORACLE_USER=shievcp
+# ORACLE_PASSWORD=evp_2025
+# ORACLE_CONNECTION_STRING=60.100.89.191:7971/SEVMQ \ No newline at end of file