diff options
author | evuez <julien@mulga.net> | 2024-04-03 22:43:16 +0200 |
---|---|---|
committer | evuez <julien@mulga.net> | 2024-04-03 22:43:16 +0200 |
commit | 43e1a12b5bce11b4a28a53acca243e35c2be6d3e (patch) | |
tree | 07d64823718bfee063ab7b3d5721ac1e950ae17c /carton.toml | |
download | carton-43e1a12b5bce11b4a28a53acca243e35c2be6d3e.tar.gz |
Initial commit
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" |