{ "server": { "host": "0.0.0.0", "port": 8080, "adminPort": 8081 }, "cache": { "dir": "./data/cache", "maxSizeBytes": 10737418240, "maxAge": 86400000, "cleanupIntervalMs": 3600000 }, "warc": { "dir": "./data/warc", "maxFileSize": 1073741824, "compress": false }, "search": { "host": "http://localhost:7700", "apiKey": "", "indexName": "webproxy-pages" }, "topics": [ { "id": "topic_example", "name": "Example Topic", "keywords": ["typescript", "node.js"], "seedUrls": ["https://nodejs.org/en", "https://www.typescriptlang.org/docs"], "allowedDomains": ["nodejs.org", "typescriptlang.org"], "blockedDomains": [], "schedule": { "intervalMinutes": 360, "maxPagesPerCrawl": 50, "maxDepth": 2, "respectRobotsTxt": true, "userAgent": "WebProxy/0.1" }, "enabled": false } ], "proxy": { "timeout": 30000, "followRedirects": true, "maxRedirects": 5, "allowedPorts": [80, 443, 8080, 8443] }, "logging": { "level": "info" } }