config: 로컬/배포 공통 백엔드 PORT 설정을 3000으로 원상 복구
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 13s

This commit is contained in:
이태훈
2026-06-25 14:26:45 +09:00
parent e6afe2b6d3
commit 5588fae6f9

2
.env
View File

@@ -3,4 +3,4 @@ DB_PORT=3306
DB_USER=itam_admin
DB_PASS=itam1234
DB_NAME=itam
PORT=3001
PORT=3000