first commit

This commit is contained in:
2026-07-19 03:44:35 +09:00
commit 7f950339ae
23281 changed files with 3217138 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# MySQL Port
MYSQL_PORT=3306
# Adminer Port
ADMIN_PORT=8081
# Backend Port
BACKEND_PORT=5000
# Frontend Port
FRONTEND_PORT=3001
# Database Configuration
DB_HOST=localhost # 로컬은 localhost ✅
DB_USER=root
DB_PASSWORD=password # 본인 로컬 MySQL 비밀번호로 변경
DB_NAME=report_db