From a7ef3fe4f7f3702d8c8db4b78e5de91f4f38e03b Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 10 Jul 2025 09:52:56 +0000 Subject: (김준회) 나준규 프로 DB조회 우회 요청사항 (임시) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.env.development') 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 -- cgit v1.2.3