Files
c/backend/mysqlconfig.json
刘正航 49c946dd55 feat: 小程序移除管理后台入口,新增admin-web前端项目
将管理后台功能从微信小程序中剥离,独立为Vue.js前端项目admin-web

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 13:49:07 +08:00

18 lines
348 B
JSON

{
"host": "127.0.0.1",
"port": 3306,
"user": "root",
"password": "rootroot",
"database": "spam_nb_miniapp",
"charset": "utf8mb4",
"admin_init": {
"create_default_admin": true,
"username": "admin",
"password": "Admin@123456",
"nickname": "系统管理员"
},
"detection_init": {
"spam_threshold": 0.75
}
}