mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"PARSE_RSS_URLS_ENABLED": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"x-aliases": ["USE_PARSE_RSS_URLS"],
|
|
"description": "Enable RSS/Atom feed URL parsing"
|
|
}
|
|
}
|
|
}
|