83 lines
1.5 KiB
JSON
83 lines
1.5 KiB
JSON
{
|
|
"desktop": {
|
|
"type": "local",
|
|
"enabled": true,
|
|
"config": {}
|
|
},
|
|
"email": {
|
|
"type": "email",
|
|
"enabled": true,
|
|
"config": {
|
|
"smtp": {
|
|
"host": "smtp.gmail.com",
|
|
"port": 465,
|
|
"secure": true,
|
|
"auth": {
|
|
"user": "2322176165lsa@gmail.com",
|
|
"pass": "frkxntpirpfrhqre"
|
|
}
|
|
},
|
|
"imap": {
|
|
"host": "imap.gmail.com",
|
|
"port": 993,
|
|
"secure": true,
|
|
"auth": {
|
|
"user": "2322176165lsa@gmail.com",
|
|
"pass": "frkxntpirpfrhqre"
|
|
}
|
|
},
|
|
"from": "2322176165lsa@gmail.com",
|
|
"to": "2322176165@qq.com",
|
|
"template": {
|
|
"checkInterval": 20
|
|
}
|
|
}
|
|
},
|
|
"discord": {
|
|
"type": "chat",
|
|
"enabled": false,
|
|
"config": {
|
|
"webhook": "",
|
|
"username": "Claude-Code-Remote",
|
|
"avatar": null
|
|
}
|
|
},
|
|
"telegram": {
|
|
"type": "chat",
|
|
"enabled": true,
|
|
"config": {
|
|
"botToken": "",
|
|
"chatId": "",
|
|
"groupId": "",
|
|
"forceIPv4": false,
|
|
"whitelist": []
|
|
}
|
|
},
|
|
"whatsapp": {
|
|
"type": "chat",
|
|
"enabled": false,
|
|
"config": {
|
|
"webhook": "",
|
|
"apiKey": ""
|
|
}
|
|
},
|
|
"feishu": {
|
|
"type": "chat",
|
|
"enabled": false,
|
|
"config": {
|
|
"webhook": "",
|
|
"secret": ""
|
|
}
|
|
},
|
|
"line": {
|
|
"type": "chat",
|
|
"enabled": true,
|
|
"config": {
|
|
"channelAccessToken": "",
|
|
"channelSecret": "",
|
|
"userId": "",
|
|
"groupId": "",
|
|
"whitelist": []
|
|
}
|
|
}
|
|
} |