From 43e1a12b5bce11b4a28a53acca243e35c2be6d3e Mon Sep 17 00:00:00 2001 From: evuez Date: Wed, 3 Apr 2024 22:43:16 +0200 Subject: Initial commit --- carton.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 carton.toml (limited to 'carton.toml') 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" -- cgit v1.2.3