aboutsummaryrefslogtreecommitdiff
path: root/carton.toml
diff options
context:
space:
mode:
authorevuez <julien@mulga.net>2024-04-03 22:43:16 +0200
committerevuez <julien@mulga.net>2024-04-03 22:43:16 +0200
commit43e1a12b5bce11b4a28a53acca243e35c2be6d3e (patch)
tree07d64823718bfee063ab7b3d5721ac1e950ae17c /carton.toml
downloadcarton-43e1a12b5bce11b4a28a53acca243e35c2be6d3e.tar.gz
Initial commit
Diffstat (limited to 'carton.toml')
-rw-r--r--carton.toml8
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"