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

14 lines
317 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"PARSE_TXT_URLS_ENABLED": {
"type": "boolean",
"default": true,
"x-aliases": ["USE_PARSE_TXT_URLS"],
"description": "Enable plain text URL parsing"
}
}
}