diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-24 15:01:33 +0200 |
commit | 194c9aa3b8c463fa487dc9ef7e172332a8d94d72 (patch) | |
tree | 1d7ca4494f826677e721707e306c4e06ce7a20d1 /catlfish.config | |
parent | 86419f500e74386a4613d4cee0aab66e129d7ed5 (diff) |
Added external merging supportmap-external-merge2
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} + ]}]. |