frontend/.env.production.example 업데이트

This commit is contained in:
2026-06-16 11:08:11 +09:00
parent fe9d489642
commit 215477d797
-10
View File
@@ -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