ludc
2023-05-29 101e8e9738e4bfe0ef7a5170d117b47bf901b8f6
1
2
3
4
5
6
7
8
9
10
11
12
timeout: 5s
 
targets:
  webhook_robot:
    # 钉钉机器人创建后的webhook地址
    url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
  webhook_mention_all:
    # 钉钉机器人创建后的webhook地址
    url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
    # 提醒全员
    mention:
      all: true