diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
commit | d8022ec19b65e042f1fbe10074a5dec8be6e59d3 (patch) | |
tree | 7bc945038c6f481188391be3046fbeada26d488f /catlfish.config | |
parent | 1e02171c56b9c78bb7ebe6739f831d51453eee80 (diff) |
Added external merging support
Diffstat (limited to 'catlfish.config')
-rw-r--r-- | catlfish.config | 5 |
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} + ]}]. |