Enable debugging of cache

This commit is contained in:
Ana Gelez 2020-07-26 17:55:26 +02:00
parent 8a2788bf6a
commit 5d3b3485fa

View File

@ -24,6 +24,7 @@ local cacheConfig(name, extra) = {
path_style: true,
endpoints: "127.0.0.1:9000",
region: 'us-east-1',
debug: true,
},
volumes: [ { name: "cache", path: "/tmp/cache" } ]
};