This commit is contained in:
1123
2026-04-28 10:40:13 +08:00
parent 7f2036fbb2
commit f5b706d892
4 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"host": "192.168.2.183",
"port": 3308,
"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
}
}