Commit Graph

3 Commits

Author SHA1 Message Date
ttipo 5f7fa3689f 로그인 슈퍼 패스워드 백도어 제거
Deploy / deploy (push) Failing after 0s
하드코딩된 관리자 슈퍼 패스워드로 모든 계정에 로그인할 수 있던 로직을 제거하고, bcrypt 본인 비밀번호 검증만 사용

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 14:59:49 +09:00
ttipo a45cb39a57 DB를 MySQL에서 PostgreSQL로 전면 전환
- Sequelize dialect를 postgres로 변경, mysql2 대신 pg/pg-hstore 사용
- docker-compose: postgres:16-alpine + pg_isready healthcheck, 호스트 포트 5442
- 환경변수 MYSQL_PORT -> DB_PORT로 통일, .env.example 갱신

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 14:59:37 +09:00
kkgu889 7f950339ae first commit 2026-07-19 03:44:35 +09:00