summaryrefslogtreecommitdiff
path: root/.env.development
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.development
parentd583c7912d9934e0550908b74a7eba8bdbb46953 (diff)
(김준회) Oracle DB 지원을 위한 라이브러리(oracledb, knex.js) 추가 및 번들러 버그 패치
Diffstat (limited to '.env.development')
-rw-r--r--.env.development16
1 files changed, 12 insertions, 4 deletions
diff --git a/.env.development b/.env.development
index 0ba6ec3d..0c97d071 100644
--- a/.env.development
+++ b/.env.development
@@ -11,9 +11,9 @@ Email_From_Address=dujin.kim@dtsolution.co.kr
NEXT_PUBLIC_MUI_KEY=da30586e1f20b93856a9783012fc9258Tz04ODI0MyxFPTE3NDQ0NTM2NzgwMDAsUz1wcmVtaXVtLExNPXN1YnNjcmlwdGlvbixLVj0y
- NEXT_PUBLIC_URL=http://3.36.56.124:3000
- NEXT_PUBLIC_BASE_URL=http://3.36.56.124:3001
- NEXTAUTH_URL=http://3.36.56.124:3000
+ NEXT_PUBLIC_URL=http://43.203.251.114:3000
+ NEXT_PUBLIC_BASE_URL=http://43.203.251.114:3001
+ NEXTAUTH_URL=http://43.203.251.114:3000
# PDFTRON KEYS
@@ -27,6 +27,14 @@ ERP_HEALTH_CHECK_URL=https://erp.example.com/api/health
SEDP_API_BASE_URL=http://sedpwebapi.ship.samsung.co.kr/dev/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