diff options
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 |
