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-20 14:33:41 +0200
commitd8022ec19b65e042f1fbe10074a5dec8be6e59d3 (patch)
tree7bc945038c6f481188391be3046fbeada26d488f /catlfish.config
parent1e02171c56b9c78bb7ebe6739f831d51453eee80 (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}
+ ]}].