2019-02-15 17:17:47 +08:00
|
|
|
|
AppName = PPGo_Job2
|
2019-07-03 22:31:27 +08:00
|
|
|
|
HTTPPort = 8081
|
2019-02-15 17:17:47 +08:00
|
|
|
|
RunMode = dev
|
|
|
|
|
|
SessionOn = true
|
2017-06-23 12:24:42 +08:00
|
|
|
|
|
2019-07-03 22:31:27 +08:00
|
|
|
|
version= V2.7
|
2018-07-13 17:53:34 +08:00
|
|
|
|
|
2017-06-23 12:24:42 +08:00
|
|
|
|
# 允许同时运行的任务数
|
2017-08-17 11:49:53 +08:00
|
|
|
|
jobs.pool = 1000
|
2017-06-23 12:24:42 +08:00
|
|
|
|
|
|
|
|
|
|
# 站点名称
|
|
|
|
|
|
site.name = 定时任务管理器
|
|
|
|
|
|
|
2019-02-17 07:07:33 +08:00
|
|
|
|
#通知方式 0=邮件,1=信息,2=钉钉,3=微信
|
2018-08-09 11:34:46 +08:00
|
|
|
|
notify.type = 0
|
|
|
|
|
|
|
2017-06-23 12:24:42 +08:00
|
|
|
|
# 数据库配置
|
2019-02-15 11:50:09 +08:00
|
|
|
|
db.host = 127.0.0.1
|
|
|
|
|
|
db.user = root
|
2019-02-28 22:49:07 +08:00
|
|
|
|
db.password = "123456"
|
2017-06-23 12:24:42 +08:00
|
|
|
|
db.port = 3306
|
2019-07-03 22:31:27 +08:00
|
|
|
|
db.name = cron
|
2017-06-23 12:24:42 +08:00
|
|
|
|
db.prefix = pp_
|
|
|
|
|
|
db.timezone = Asia/Shanghai
|
2018-08-09 11:34:46 +08:00
|
|
|
|
|
|
|
|
|
|
# 邮件通知配置
|
|
|
|
|
|
email.host = smtp.mxhichina.com
|
|
|
|
|
|
email.port = 25
|
2018-08-13 22:08:25 +08:00
|
|
|
|
email.from = ci@xxx.cn
|
|
|
|
|
|
email.user = ci@xxx.cn
|
|
|
|
|
|
email.password = "xxxxxx"
|
2018-08-09 11:34:46 +08:00
|
|
|
|
email.pool = 10
|
|
|
|
|
|
|
2018-08-13 22:08:25 +08:00
|
|
|
|
# 短信通知方式配置
|
2018-11-21 11:10:22 +08:00
|
|
|
|
msg.url = http://xx.com/api/tools/send_sms
|
2018-08-09 18:47:42 +08:00
|
|
|
|
msg.pool = 10
|
2018-08-09 11:34:46 +08:00
|
|
|
|
|
2019-02-15 11:50:09 +08:00
|
|
|
|
# 钉钉通知配置
|
|
|
|
|
|
dingtalk.url = "https://oapi.dingtalk.com/robot/send?access_token=%s"
|
|
|
|
|
|
dingtalk.pool = 10
|
2019-02-17 07:07:33 +08:00
|
|
|
|
|
|
|
|
|
|
# 微信通知方式配置
|
|
|
|
|
|
wechat.url = http://xx.com/api/tools/send_wechat
|
|
|
|
|
|
wechat.pool = 10
|