.mlc_config.json 331 B

1234567891011121314151617181920
  1. {
  2. "ignorePatterns": [
  3. {
  4. "pattern": "^https:\/\/pi-hole\.net\b"
  5. },
  6. {
  7. "pattern": "^https:\/\/docs\.stackpulse\.io\b"
  8. }
  9. ],
  10. "replacementPatterns": [
  11. {
  12. "pattern": "^/",
  13. "replacement": "/github/workspace/"
  14. }
  15. ],
  16. "aliveStatusCodes": [
  17. 200,
  18. 429
  19. ]
  20. }