Files
ppgo_job/conf/app.conf
T
2026-03-30 14:28:35 +08:00

46 lines
897 B
Plaintext

AppName = PPGo_Job2
HTTPPort = 8082
RunMode = dev
SessionOn = true
version= V2.8
# 允许同时运行的任务数
jobs.pool = 1000
# 站点名称
site.name = 定时任务管理器
#通知方式 0=邮件,1=信息,2=钉钉,3=微信
notify.type = 0
# 数据库配置
db.type = sqlite
db.host = localhost
db.user = root
db.password = "root"
db.port = 3306
db.name = lmk
db.path = ./data/ppgo_job.db
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
# 微信通知方式配置
wechat.url = http://xx.com/api/tools/send_wechat
wechat.pool = 10