feat(config): 南京公共资源交易中心
This commit is contained in:
@@ -2,14 +2,9 @@
|
||||
"scheduler": {
|
||||
"enabled": true,
|
||||
"cronTime": "0 9 * * *",
|
||||
"threshold": 100000,
|
||||
"description": "每天9点采集大于10亿的项目",
|
||||
"timeRange": "thisMonth",
|
||||
"pushRules": {
|
||||
"urgentThreshold": 500000,
|
||||
"urgentPush": false,
|
||||
"summaryPush": true
|
||||
}
|
||||
"threshold": 10000,
|
||||
"description": "每天9点采集大于1亿的项目",
|
||||
"timeRange": "thisMonth"
|
||||
},
|
||||
"email": {
|
||||
"smtpHost": "smtp.example.com",
|
||||
@@ -17,11 +12,5 @@
|
||||
"smtpUser": "your-email@example.com",
|
||||
"smtpPass": "your-password",
|
||||
"recipients": "recipient1@example.com,recipient2@example.com"
|
||||
},
|
||||
"llm": {
|
||||
"enabled": false,
|
||||
"apiKey": "",
|
||||
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||
"model": "qwen-turbo"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user