mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-06-07 06:18:59 +00:00
Enable debugging of cache
This commit is contained in:
parent
8a2788bf6a
commit
5d3b3485fa
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ local cacheConfig(name, extra) = {
|
||||||
path_style: true,
|
path_style: true,
|
||||||
endpoints: "127.0.0.1:9000",
|
endpoints: "127.0.0.1:9000",
|
||||||
region: 'us-east-1',
|
region: 'us-east-1',
|
||||||
|
debug: true,
|
||||||
},
|
},
|
||||||
volumes: [ { name: "cache", path: "/tmp/cache" } ]
|
volumes: [ { name: "cache", path: "/tmp/cache" } ]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue