cronsun/conf/files/base.json.sample

25 lines
840 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"Web": "@extend:web.json",
"Node": "/cronsun/node/",
"Proc": "/cronsun/proc/",
"Cmd": "/cronsun/cmd/",
"Once": "/cronsun/once/",
"Lock": "/cronsun/lock/",
"Group": "/cronsun/group/",
"Noticer": "/cronsun/noticer/",
"#Ttl": "节点超时时间,单位秒",
"Ttl": 10,
"#ReqTimeout": "etcd 请求超时时间,单位秒",
"ReqTimeout": 2,
"#ProcTtl": "执行中的任务信息过期时间单位秒0 为不过期",
"ProcTtl": 600,
"#ProcReq": "记录任务执行中的信息的执行时间阀值单位秒0 为不限制",
"ProcReq": 5,
"#LockTtl": "任务锁最大过期时间,单位秒,默认 600",
"LockTtl": 600,
"Etcd": "@extend:etcd.json",
"Mgo": "@extend:db.json",
"Mail": "@extend:mail.json",
"Security": "@extend:security.json"
}