17 lines
404 B
JSON
17 lines
404 B
JSON
{
|
|
"scheduler": {
|
|
"enabled": true,
|
|
"cronTime": "0 9 * * *",
|
|
"threshold": 100000,
|
|
"description": "每天9点采集大于10亿的项目",
|
|
"timeRange": "thisMonth"
|
|
},
|
|
"email": {
|
|
"smtpHost": "smtp.example.com",
|
|
"smtpPort": 587,
|
|
"smtpUser": "your-email@example.com",
|
|
"smtpPass": "your-password",
|
|
"recipients": "recipient1@example.com,recipient2@example.com"
|
|
}
|
|
}
|