44 lines
677 B
JSON
44 lines
677 B
JSON
{
|
|
"desktop": {
|
|
"type": "local",
|
|
"enabled": true,
|
|
"config": {}
|
|
},
|
|
"email": {
|
|
"type": "email",
|
|
"enabled": true
|
|
},
|
|
"discord": {
|
|
"type": "chat",
|
|
"enabled": false,
|
|
"config": {
|
|
"webhook": "",
|
|
"username": "Claude-Code-Remote",
|
|
"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": ""
|
|
}
|
|
}
|
|
} |