diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-10 09:52:56 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-10 09:52:56 +0000 |
| commit | a7ef3fe4f7f3702d8c8db4b78e5de91f4f38e03b (patch) | |
| tree | fa42373051831788801e1bd2a2efb8e8a8df7575 /.env.development | |
| parent | d2a30d41c79f132b74065c13109f9df819b075a2 (diff) | |
(김준회) 나준규 프로 DB조회 우회 요청사항 (임시)
Diffstat (limited to '.env.development')
| -rw-r--r-- | .env.development | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.env.development b/.env.development index 6a36de73..58fe1acf 100644 --- a/.env.development +++ b/.env.development @@ -117,4 +117,8 @@ MDG_SOAP_USERNAME=P2038_01 # 개발/품질/운영 공통 MDG_SOAP_PASSWORD=SEW2765890 # 품질 # MDG_SOAP_PASSWORD=POI9807861 # 운영 SOAP_LOG_MAX_RECORDS=500 -# === SOAP 인터페이스 설정 ===
\ No newline at end of file +# === SOAP 인터페이스 설정 === + +# 임시 환경변수 --- 요구사항 해소되면 삭제 +READONLY_DB_URL="postgresql://readonly:tempReadOnly_123@localhost:5432/evcp" +# 임시 환경변수 --- 요구사항 해소되면 삭제
\ No newline at end of file |
