config.json 295 B

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