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