From 215477d79758980be8dedc01e764ce65a542c249 Mon Sep 17 00:00:00 2001 From: ttipo Date: Tue, 16 Jun 2026 11:08:11 +0900 Subject: [PATCH] =?UTF-8?q?frontend/.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 --- frontend/.env.production.example | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/frontend/.env.production.example b/frontend/.env.production.example index dfb7867..e69de29 100644 --- a/frontend/.env.production.example +++ b/frontend/.env.production.example @@ -1,10 +0,0 @@ -# ========================================== -# 프론트엔드 환경변수 (Vite) — 운영용 -# 사용법: cp .env.production.example .env.production -# -# ⚠️ 도커 빌드 시에는 루트 .env 의 BACKEND_API_URL(build arg)이 우선 적용된다. -# 아래 값은 프론트 단독 빌드(npm run build) 시에만 사용된다. -# ========================================== - -# 운영 도메인 기준 API 베이스 URL -VITE_API_BASE_URL=https://api.example.com/api