Files
2025-12-29 00:45:23 -08:00

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"
}
}
}