From 749b5cc3427bb93f50ffbf99fff6d7f11541026d Mon Sep 17 00:00:00 2001 From: ttipo Date: Tue, 16 Jun 2026 11:00:22 +0900 Subject: [PATCH] =?UTF-8?q?.env.production.example=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production.example b/.env.production.example index 173a67c..da303b7 100644 --- a/.env.production.example +++ b/.env.production.example @@ -1,7 +1,7 @@ # ========================================== # 프로젝트 전역 설정 # ========================================== -PROJECT_NAME=prelude +PROJECT_NAME=project APP_ENV=production BUILD_MODE=production FRONTEND_DIR=frontend @@ -22,7 +22,7 @@ REDIS_PORT=6379 DB_IMAGE=postgres:15-alpine DB_USER=prd_ttipo DB_PASSWORD=prd_960426 -DB_NAME=prelude_db +DB_NAME=project_db DB_DATA_DIR=./data/postgres # ==========================================