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