diff options
author | Magnus Ahltorp <map@kth.se> | 2015-03-04 15:42:59 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-03-04 15:42:59 +0100 |
commit | e0f11a58033d52c70bc76b4b5611cb88485d4653 (patch) | |
tree | 41907841f09f19d93adfab91eb314bb0789851f9 /test/config/frontend-1.config | |
parent | ff18e0fdd57a6b485f427173fe7febee03345037 (diff) |
Save STH instead of calculating a new one each time.
Diffstat (limited to 'test/config/frontend-1.config')
-rw-r--r-- | test/config/frontend-1.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/config/frontend-1.config b/test/config/frontend-1.config index 585efd8..e7e8af2 100644 --- a/test/config/frontend-1.config +++ b/test/config/frontend-1.config @@ -30,6 +30,7 @@ {entryhash_root_path, "tests/machine/machine-1/db/entryhash/"}, {treesize_path, "tests/machine/machine-1/db/treesize"}, {indexforhash_root_path, "tests/machine/machine-1/db/certindex/"}, + {sth_path, "tests/machine/machine-1/db/sth"}, {storage_nodes, ["https://127.0.0.1:8081/ct/storage/"]}, {storage_nodes_quorum, 1}, {publickey_path, "publickeys"}, |