Skip to content

Commit

Permalink
alert yml config (#1535)
Browse files Browse the repository at this point in the history
Co-authored-by: tomsun28 <tomsun28@outlook.com>
  • Loading branch information
zqr10159 and tomsun28 authored Feb 5, 2024
1 parent e725c3c commit e97baf9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manager/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spring:
freemarker:
enabled: false


management:
health:
mail:
Expand Down Expand Up @@ -167,6 +168,18 @@ warehouse:
alerter:
# custom console url
console-url: https://console.tancloud.cn
# 企业微信
wework-webHook-url: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=
# 钉钉
dingtalk-webhook-url: https://oapi.dingtalk.com/robot/send?access_token=
# 飞书
flybook-webhook-url: https://open.feishu.cn/open-apis/bot/v2/hook/
# telegram
telegram-bot-api-url: https://api.telegram.org/bot%s/sendMessage
# discord
discord-notify-url: https://discord.com/api/v9/channels/%s/messages
# server酱
server-chan-notify-url: https://sctapi.ftqq.com/%s.send

scheduler:
server:
Expand Down

0 comments on commit e97baf9

Please sign in to comment.