diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-22 16:41:41 +0200 |
commit | ba5e731d2998e8200121d9f96870a2c54889a6c4 (patch) | |
tree | 1a0da02c07c4fa5d9f104232ebc6bcf087b69449 /catlfish.config | |
parent | f0af87c5851f8c3c244eb5f5ac7921dc9a672c5a (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} + ]}]. |