summaryrefslogtreecommitdiff
path: root/catlfish.config
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-20 14:33:41 +0200
committerMagnus Ahltorp <map@kth.se>2014-10-22 16:41:41 +0200
commitba5e731d2998e8200121d9f96870a2c54889a6c4 (patch)
tree1a0da02c07c4fa5d9f104232ebc6bcf087b69449 /catlfish.config
parentf0af87c5851f8c3c244eb5f5ac7921dc9a672c5a (diff)
Added external merging support
Diffstat (limited to 'catlfish.config')
-rw-r--r--catlfish.config5
1 files changed, 4 insertions, 1 deletions
diff --git a/catlfish.config b/catlfish.config
index 9b80c6e..87a5e26 100644
--- a/catlfish.config
+++ b/catlfish.config
@@ -15,4 +15,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}
+ ]}].