69 lines
1.2 KiB
JSON
69 lines
1.2 KiB
JSON
{
|
|
"desktop": {
|
|
"type": "local",
|
|
"enabled": true,
|
|
"config": {}
|
|
},
|
|
"email": {
|
|
"type": "email",
|
|
"enabled": true,
|
|
"config": {
|
|
"smtp": {
|
|
"host": "smtp.feishu.cn",
|
|
"port": 465,
|
|
"secure": true,
|
|
"auth": {
|
|
"user": "noreply@pandalla.ai",
|
|
"pass": "kKgS3tNReRTL3RQC"
|
|
}
|
|
},
|
|
"imap": {
|
|
"host": "imap.feishu.cn",
|
|
"port": 993,
|
|
"secure": true,
|
|
"auth": {
|
|
"user": "noreply@pandalla.ai",
|
|
"pass": "kKgS3tNReRTL3RQC"
|
|
}
|
|
},
|
|
"from": "TaskPing 通知系统 <noreply@pandalla.ai>",
|
|
"to": "jiaxicui446@gmail.com",
|
|
"template": {
|
|
"checkInterval": 30
|
|
}
|
|
}
|
|
},
|
|
"discord": {
|
|
"type": "chat",
|
|
"enabled": false,
|
|
"config": {
|
|
"webhook": "",
|
|
"username": "TaskPing",
|
|
"avatar": null
|
|
}
|
|
},
|
|
"telegram": {
|
|
"type": "chat",
|
|
"enabled": false,
|
|
"config": {
|
|
"token": "",
|
|
"chatId": ""
|
|
}
|
|
},
|
|
"whatsapp": {
|
|
"type": "chat",
|
|
"enabled": false,
|
|
"config": {
|
|
"webhook": "",
|
|
"apiKey": ""
|
|
}
|
|
},
|
|
"feishu": {
|
|
"type": "chat",
|
|
"enabled": false,
|
|
"config": {
|
|
"webhook": "",
|
|
"secret": ""
|
|
}
|
|
}
|
|
} |