init
This commit is contained in:
@@ -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=한우 유전능력 시스템
|
||||
|
||||
Reference in New Issue
Block a user