EENE Dashboard upload to Gitea

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-06-17 16:59:34 +09:00
parent cf72281c6d
commit b3f2da203b
138 changed files with 13013 additions and 1929 deletions

View File

@@ -1,19 +1,17 @@
# ─── Database ───────────────────────────────────────────────
# ─── Database (Docker → data/postgres 영구 저장, 포트 54320) ───
DB_USER=eee_admin
DB_PASSWORD=eee_password
DB_NAME=eee_dashboard
DB_PORT=5432
# Docker compose 기본값과 동일 (data/postgres 에 영구 저장)
DATABASE_URL="postgresql://eee_admin:eee_password@localhost:5432/eee_dashboard"
DB_PORT=54320
DATABASE_URL="postgresql://eee_admin:eee_password@localhost:54320/eee_dashboard"
# ─── Backend ─────────────────────────────────────────────────
PORT=4000
FRONTEND_URL=http://172.16.8.248:3000
FRONTEND_URL=http://localhost:3000
# JWT 시크릿 (운영 시 반드시 강력한 랜덤 문자열로 교체)
JWT_SECRET=change_this_secret_in_production
JWT_EXPIRES_IN=7d
# ─── File Upload ─────────────────────────────────────────────
# ─── Paths (프로젝트 루트 기준, backend/.env 와 동일) ────────
UPLOAD_DIR=../uploads
MAX_FILE_SIZE_MB=20
HR_DATA_PATH=../data/seed/hr-data.json