添加钉钉通知
This commit is contained in:
@@ -10,16 +10,16 @@ jobs.pool = 1000
|
||||
# 站点名称
|
||||
site.name = 定时任务管理器
|
||||
|
||||
#通知方式 0=邮件,1=信息
|
||||
#通知方式 0=邮件,1=信息,2=钉钉
|
||||
notify.type = 0
|
||||
|
||||
|
||||
# 数据库配置
|
||||
db.host = db
|
||||
db.user = gotest
|
||||
db.password = "gotest"
|
||||
db.host = 127.0.0.1
|
||||
db.user = root
|
||||
db.password = "12345678"
|
||||
db.port = 3306
|
||||
db.name = local_gotest
|
||||
db.name = ppgo_job2
|
||||
db.prefix = pp_
|
||||
db.timezone = Asia/Shanghai
|
||||
|
||||
@@ -36,3 +36,7 @@ email.pool = 10
|
||||
msg.url = http://xx.com/api/tools/send_sms
|
||||
msg.pool = 10
|
||||
|
||||
|
||||
# 钉钉通知配置
|
||||
dingtalk.url = "https://oapi.dingtalk.com/robot/send?access_token=%s"
|
||||
dingtalk.pool = 10
|
||||
|
||||
Reference in New Issue
Block a user