From 3937453f9994cfc86cc918c216b32b0a613faba6 Mon Sep 17 00:00:00 2001 From: Hyoseong Jo Date: Sun, 28 Dec 2025 15:07:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.prod b/.env.prod index b0ad8dd..6d5f993 100644 --- a/.env.prod +++ b/.env.prod @@ -2,7 +2,7 @@ NODE_ENV=production # PostgreSQL 연결 정보 -DB_HOST=127.0.0.1 +DB_HOST=monitor-postgres DB_PORT=5432 DB_NAME=osolit_monitor DB_USER=osolit