Files
ppgo_job/conf/app.conf
linxiaozhi 5ad4339e14 1.短信/钉钉通知return修改
2.任务时间表达式帮助链接改为本地地址
3.删除main SessionOn配置,改为app.conf配置
2019-02-15 17:17:47 +08:00

44 lines
760 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
AppName = PPGo_Job2
HTTPPort = 8080
RunMode = dev
SessionOn = true
version= V2.2
# 允许同时运行的任务数
jobs.pool = 1000
# 站点名称
site.name = 定时任务管理器
#通知方式 0=邮件1=信息2=钉钉
notify.type = 0
# 数据库配置
db.host = 127.0.0.1
db.user = root
db.password = "12345678"
db.port = 3306
db.name = ppgo_job2
db.prefix = pp_
db.timezone = Asia/Shanghai
# 邮件通知配置
email.host = smtp.mxhichina.com
email.port = 25
email.from = ci@xxx.cn
email.user = ci@xxx.cn
email.password = "xxxxxx"
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