redis 제거

This commit is contained in:
2025-12-15 10:15:28 +09:00
parent 2d06f2fcbc
commit d768b8dcef
10 changed files with 205 additions and 228 deletions

18
frontend/.env Normal file
View File

@@ -0,0 +1,18 @@
# ==============================================
# FRONTEND CONFIGURATION
# ==============================================
NODE_ENV=development
# ==============================================
# API CONFIGURATION
# ==============================================
# 로컬 개발: http://localhost:4000
# Docker 개발: http://backend:4000
# 프로덕션: https://your-domain.com
NEXT_PUBLIC_API_URL=/backend/api
# ==============================================
# APP SETTINGS
# ==============================================
NEXT_PUBLIC_APP_NAME=한우 유전능력 시스템
NEXT_TELEMETRY_DISABLED=1

9
frontend/.gitignore vendored
View File

@@ -18,15 +18,6 @@ package-lock.json
/out/
/build
# ==============================================
# Environment Variables (민감정보)
# ==============================================
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# .env.example은 커밋 가능
# ==============================================
# Testing