Files
tool-node/config.example.json

17 lines
402 B
JSON

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