1
Files
2025/tools/config.json

20 lines
476 B
JSON

{
"rebrickable": {
"apiKey": ""
},
"externalLinks": {
"cacheDir": "tools/cache",
"cacheFile": "external_links.yaml",
"hostDelayMs": 2000,
"retryDelayMs": 5000,
"requestTimeoutSeconds": 5,
"cacheTtlSuccessDays": 7,
"cacheTtlClientErrorDays": 0,
"outputFormat": "markdown",
"outputFile": "tools/cache/external_links_report.md",
"userAgent": null,
"enableCookies": true,
"cookieJar": "tools/cache/curl_cookies.txt"
}
}