summaryrefslogtreecommitdiff
path: root/.env.production
diff options
context:
space:
mode:
Diffstat (limited to '.env.production')
-rw-r--r--.env.production6
1 files changed, 5 insertions, 1 deletions
diff --git a/.env.production b/.env.production
index e205a908..c9d51cb7 100644
--- a/.env.production
+++ b/.env.production
@@ -122,4 +122,8 @@ SOAP_LOG_MAX_RECORDS=500
# === SOAP 인터페이스 설정 ===
-NAS_PATH="/evcp_nas" \ No newline at end of file
+NAS_PATH="/evcp_nas"
+
+# 임시 환경변수 --- 요구사항 해소되면 삭제
+READONLY_DB_URL="postgresql://dts_readonly:tempReadOnly_123@localhost:5432/evcp"
+# 임시 환경변수 --- 요구사항 해소되면 삭제 \ No newline at end of file