summaryrefslogtreecommitdiff
path: root/.env.production
diff options
context:
space:
mode:
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