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
+16
View File
@@ -0,0 +1,16 @@
# Local Development Environment (for npm start)
MYSQL_PORT=3306
DB_HOST=mysql
DB_USER=root
DB_PASSWORD=daoblock12!!
DB_NAME=report_db
# Admin Account
ADMIN_USER=kyeongmi
ADMIN_PASS=kyeongmi
# JWT Secrets
ACCESS_SECRET=your_access_secret_here_12345
REFRESH_SECRET=your_refresh_secret_here_12345
JEMINI_KEY="AIzaSyDGirbZWV9Yvf470MB1K_Ctebi7ZExlcqY"