初步增加对 slack 的支持

This commit is contained in:
amaoo
2023-02-28 17:14:49 +08:00
parent 2d3e67904d
commit ab3fa31be4
4 changed files with 67 additions and 1 deletions

View File

@@ -33,8 +33,13 @@
"host_password": "GMAIL ACCESS KEY"
},
"telegram":{
"telegram": {
"bot_token": "xx:xx"
},
"slack": {
"slack_bot_token": "xoxb-xxxx",
"slack_signing_secret": "xxxx"
}
}
}