Files
ppgo_job/conf/app.conf

39 lines
617 B
Plaintext
Raw Normal View History

2018-07-13 17:53:34 +08:00
appname = PPGo_Job2
2017-06-23 12:24:42 +08:00
httpport = 8080
runmode = dev
2018-08-10 17:09:10 +08:00
version= V2.2
2018-07-13 17:53:34 +08:00
2017-06-23 12:24:42 +08:00
# 允许同时运行的任务数
jobs.pool = 1000
2017-06-23 12:24:42 +08:00
# 站点名称
site.name = 定时任务管理器
#通知方式 0=邮件1=信息
notify.type = 0
2018-07-13 17:53:34 +08:00
2017-06-23 12:24:42 +08:00
# 数据库配置
2019-02-12 16:35:08 +08:00
db.host = db
db.user = gotest
db.password = "gotest"
2017-06-23 12:24:42 +08:00
db.port = 3306
2019-02-12 16:35:08 +08:00
db.name = local_gotest
2017-06-23 12:24:42 +08:00
db.prefix = pp_
db.timezone = Asia/Shanghai
# 邮件通知配置
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"
email.pool = 10
2018-08-13 22:08:25 +08:00
# 短信通知方式配置
msg.url = http://xx.com/api/tools/send_sms
2018-08-09 18:47:42 +08:00
msg.pool = 10