chore(config): 更新.gitignore文件以忽略数据库相关文件 添加了data/目录、SQLite数据库文件及相关临时文件到.gitignore中, 避免敏感数据和临时文件被提交到版本控制系统。 ```
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"agent": {
|
|
"baseUrl": "http://192.168.3.65:18777",
|
|
"pollInterval": 3000,
|
|
"timeout": 3600000
|
|
},
|
|
"scheduler": {
|
|
"enabled": true,
|
|
"cronTime": "0 9 * * *",
|
|
"threshold": 100000,
|
|
"description": "每天9点采集当日项目",
|
|
"timeRange": "thisMonth"
|
|
},
|
|
"email": {
|
|
"smtpHost": "smtp.qq.com",
|
|
"smtpPort": 587,
|
|
"smtpUser": "1076597680@qq.com",
|
|
"smtpPass": "nfrjdiraqddsjeeh",
|
|
"recipients": "1650243281@qq.com"
|
|
}
|
|
}
|