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,8 +3,11 @@
# ==============================================
NODE_ENV=development
# API 설정 - Nginx 프록시 경유
NEXT_PUBLIC_API_URL=http://genome2025.turbosoft.kr:4000
# 클라이언트 API URL (브라우저에서 호출)
NEXT_PUBLIC_API_URL=/backend/api
# 서버사이드 프록시용 (next.config.ts rewrites)
BACKEND_INTERNAL_URL=http://host.docker.internal:4000
# 앱 설정
NEXT_PUBLIC_APP_NAME=한우 유전능력 시스템