This commit is contained in:
2025-12-15 14:41:47 +09:00
parent 26577fb696
commit c2b81c19c5
8 changed files with 37 additions and 39 deletions

View File

@@ -3,9 +3,12 @@
# ==============================================
NODE_ENV=development
# API 설정 - 로컬 백엔드 직접 호출
# 클라이언트 API URL
NEXT_PUBLIC_API_URL=http://localhost:4000
# 서버사이드 프록시용 (next.config.ts rewrites)
BACKEND_INTERNAL_URL=http://localhost:4000
# 앱 설정
NEXT_PUBLIC_APP_NAME=한우 유전능력 시스템
NEXT_TELEMETRY_DISABLED=1