diff options
Diffstat (limited to '.env.development')
| -rw-r--r-- | .env.development | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.env.development b/.env.development index 0c97d071..45e79843 100644 --- a/.env.development +++ b/.env.development @@ -30,11 +30,11 @@ SEDP_API_USER_ID=EVCPUSER SEDP_API_PASSWORD=evcpusr@2025 # Oracle DB 연결 설정 (개발용 - 로컬 컨테이너) -ORACLE_USER=system -ORACLE_PASSWORD=oracle -ORACLE_CONNECTION_STRING=localhost:1521/XEPDB1 +# 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 +ORACLE_USER=shievcp +ORACLE_PASSWORD=evp_2025 +ORACLE_CONNECTION_STRING=60.100.89.191:7971/SEVMQ
\ No newline at end of file |
