alarm.yml 563 B

1234567891011121314151617181920212223242526
  1. debug: true
  2. smsEnabled: true
  3. rpc:
  4. listen: "0.0.0.0:1986"
  5. web:
  6. addrs:
  7. - "127.0.0.1:1985"
  8. timeout: 300
  9. interval: 60 #get strategy interval
  10. smtp:
  11. enabled: true
  12. addr: "mail.addr:25"
  13. username: "mail@mail.com"
  14. password: ""
  15. from: "mail@mail.com"
  16. wechat:
  17. enabled: false
  18. toparty: "@all" #需要发送指定人请使用"@all"
  19. agentid: 1000008
  20. corpid: ""
  21. corpsecret: ""
  22. worker:
  23. sms: 10 #send sms concurrency
  24. mail: 50 #send mail concurrency
  25. wechat: 50 #send wechat concurrency
  26. # remain: 30