Compare commits

...

2 Commits

Author SHA1 Message Date
刘正航
200a0ae2e4 数据库密码恢复 2026-05-14 13:50:30 +08:00
刘正航
83618bd714 数据库密码恢复 2026-05-14 13:50:27 +08:00
2 changed files with 19 additions and 1 deletions

18
.gitignore vendored
View File

@@ -1 +1,19 @@
/backend/venv/ /backend/venv/
# Python cache
__pycache__/
*.py[cod]
*$py.class
# IDE
.idea/
.vscode/
*.swp
*.swo
# Uploads
/backend/uploads/
# OS
.DS_Store
Thumbs.db

View File

@@ -2,7 +2,7 @@
"host": "127.0.0.1", "host": "127.0.0.1",
"port": 3306, "port": 3306,
"user": "root", "user": "root",
"password": "rootroot", "password": "123456",
"database": "spam_nb_miniapp", "database": "spam_nb_miniapp",
"charset": "utf8mb4", "charset": "utf8mb4",
"admin_init": { "admin_init": {