config.json 458 B

123456789101112131415161718192021222324252627
  1. {
  2. "listeners": [
  3. {
  4. "host": [
  5. "0.0.0.0",
  6. "::"
  7. ],
  8. "port": 8989,
  9. "protocol": "http"
  10. }
  11. ],
  12. "public": true,
  13. "timestamps": true,
  14. "linkLength": 5,
  15. "linkExtensions": false,
  16. "logLevel": 2,
  17. "maxFileSize": 0,
  18. "updateInterval": 1000,
  19. "pollingInterval": 0,
  20. "keepAlive": 20000,
  21. "allowFrame": false,
  22. "readOnly": false,
  23. "compression": true,
  24. "ignorePatterns": [],
  25. "watch": true,
  26. "headers": {}
  27. }