From 4325a43d3d1476cc601b631620df89340ec4c7e2 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Mon, 20 Oct 2014 14:33:41 +0200 Subject: Added external merging support --- catlfish.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'catlfish.config') diff --git a/catlfish.config b/catlfish.config index 75d00fa..672f997 100644 --- a/catlfish.config +++ b/catlfish.config @@ -21,4 +21,7 @@ {index_path, "db/index"}, {entryhash_root_path, "db/entryhash/"}, {treesize_path, "db/treesize"}, - {indexforhash_root_path, "db/certindex/"}]}]. + {indexforhash_root_path, "db/certindex/"}, + %{storage_nodes, ["https://127.0.0.1:8081/ct/storage/"]}, + {storage_nodes_quorum, 1} + ]}]. -- cgit v1.1