config.json 335 B

1234567891011121314
  1. [
  2. {
  3. "url": "https://lorem-rss.herokuapp.com/feed?unit=second",
  4. "method": "webhook",
  5. "retry": 5,
  6. "hook": "http://localhost:8080/"
  7. },
  8. {
  9. "url": "https://lorem-rss.herokuapp.com/feed?unit=minute&interval=1",
  10. "method": "command",
  11. "retry": 5,
  12. "hook": "ping"
  13. }
  14. ]