HomeSoftware Heritage

cli: use a config.yml file to configure cache/web-api

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

cli: use a config.yml file to configure cache/web-api

More flexible and easier to tweak settings. For example we can now have,
the metadata cache in-memory while the blob cache is on-disk:

cache:
  metadata:
    in-memory: true
  blob:
    path: /cache/dir/blob.sqlite

Commit No Longer Exists

This commit no longer exists in the repository.