From 87b104b570205806b7a96c9a6ac8ede5fcb3a5e0 Mon Sep 17 00:00:00 2001 From: ttipo Date: Tue, 16 Jun 2026 11:00:47 +0900 Subject: [PATCH] =?UTF-8?q?backend/.env.production.example=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env.production.example | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/backend/.env.production.example b/backend/.env.production.example index a190604..e69de29 100644 --- a/backend/.env.production.example +++ b/backend/.env.production.example @@ -1,17 +0,0 @@ -# ========================================== -# 백엔드 환경변수 (NestJS) — 운영용 -# 사용법: cp .env.production.example .env.production -# -# ⚠️ 운영은 도커로 구동된다. DB/Redis/CORS/포트 등은 루트 .env.production → -# docker-compose 가 모두 주입하므로 여기에 중복 작성하지 않는다. -# (env_file 지시자 때문에 이 파일은 "존재"하기만 하면 된다.) -# -# 아래는 루트에서 내려주지 않는 백엔드 고유 시크릿이다. 인증 구현 시 채운다. -# ⚠️ 반드시 강력한 임의값으로 교체할 것. -# ========================================== - -# ----- 백엔드 고유 값 (인증 구현 시 사용) ----- -# JWT_SECRET=__CHANGE_ME_STRONG_JWT_SECRET__ -# JWT_EXPIRES_IN=15m -# JWT_REFRESH_SECRET=__CHANGE_ME_STRONG_REFRESH_SECRET__ -# JWT_REFRESH_EXPIRES_IN=7d