Skip to content

Implement pydantic models for unhide config.yaml file

Jens Bröder requested to merge single_config_with_validation into dev

also include a configuration for the Indexer and uploader. Pydantic can fill these in with environment variables as well as from .env .env.dev .env.prod files. This solves issue # 50

Merge request reports