Skip to content
Snippets Groups Projects
Commit 8c77b5cd authored by Thibault Allançon's avatar Thibault Allançon
Browse files

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
parent 4a67601e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment