config.example.json 447 B

1234567891011121314151617
  1. {
  2. "listen": "0.0.0.0:3003",
  3. "uri": "/",
  4. "cache": {
  5. "enabled": true,
  6. "path": "cache",
  7. "lifetime": null,
  8. "max-size": 200,
  9. "update-interval": 5
  10. },
  11. "static-path": "static",
  12. "download-proxy": "http://127.0.0.1:8080",
  13. "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
  14. "proxy": true,
  15. "nsfw": true
  16. }