# ─── Database (Docker → data/postgres 영구 저장, 포트 54320) ─── DB_USER=eee_admin DB_PASSWORD=eee_password DB_NAME=eee_dashboard DB_PORT=54320 DATABASE_URL="postgresql://eee_admin:eee_password@localhost:54320/eee_dashboard" # ─── Backend ───────────────────────────────────────────────── PORT=4000 FRONTEND_URL=http://localhost:3000 JWT_SECRET=change_this_secret_in_production JWT_EXPIRES_IN=7d # ─── Paths (프로젝트 루트 기준, backend/.env 와 동일) ──────── UPLOAD_DIR=../uploads HR_DATA_PATH=../data/seed/hr-data.json