diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-29 15:04:42 +0100 |
commit | 4325a43d3d1476cc601b631620df89340ec4c7e2 (patch) | |
tree | 2d7c404c61f5a68bce941b386432d1e56bc74974 /catlfish.config | |
parent | 80e21b72beb000a864c0fb5483a1fdeb9499c31d (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 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} + ]}]. |