diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-24 14:41:10 +0200 |
commit | 5d02756b2daa779023e2df4d41dbbd06289e3ac9 (patch) | |
tree | af0bd26c4a057c0638281fcdf844da8ca51c92d5 /catlfish.config | |
parent | efdfea856954e11199750c324075237e346c714a (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} + ]}]. |