Files
tool-node/config.json

16 lines
360 B
JSON

{
"scheduler": {
"enabled": false,
"cronTime": "0 9 * * *",
"threshold": 10000,
"description": "每天9点采集大于1亿的项目",
"timeRange": "today"
},
"email": {
"smtpHost": "smtp.qq.com",
"smtpPort": 587,
"smtpUser": "1076597680@qq.com",
"smtpPass": "nfrjdiraqddsjeeh",
"recipients": "5482498@qq.com"
}
}