indexer
indexer copied to clipboard
Conduit: config variable naming conventions
Review configuration variable names, i.e. "indexer-data-dir" for the block_processor shouldn't mention "indexer"
We are also inconsistent with the format, i.e. top level configurations are capitalized, while plugins are currently lower-kebab-case.
Acceptance Criteria
- In block_processor: Change "indexer-data-dir" to "data-dir"
- In the top level configurations, change to lower-kebab-case.
- Stay with snake case for plugins, review the plugins and make as consistent as possible.