config.json 321 B

12345678910111213
  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema#",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "PARSE_JSONL_URLS_ENABLED": {
  7. "type": "boolean",
  8. "default": true,
  9. "x-aliases": ["USE_PARSE_JSONL_URLS"],
  10. "description": "Enable JSON Lines URL parsing"
  11. }
  12. }
  13. }