diff options
Diffstat (limited to 'carton.toml')
-rw-r--r-- | carton.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/carton.toml b/carton.toml new file mode 100644 index 0000000..0a7504d --- /dev/null +++ b/carton.toml @@ -0,0 +1,8 @@ +[server.storage] +backend.root = "test-v2/blobs" + +[server.index] +root = "test-v2/cache" + +[client.fs] +mountpoint = "test-v2/fs" |