diff options
author | Linus Nordberg <linus@nordu.net> | 2015-10-29 16:12:30 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-10-29 16:12:30 +0100 |
commit | 2c7fff406b1aa916aca399fe1e0f12dfaf6acbf2 (patch) | |
tree | f4be3ea95268c202c2b8c95977d1a0e523f33441 /catlfish-benchmark/catlfish.cfg | |
parent | 4e16f940beb6d47e516b92696c0007f0f9891af8 (diff) |
Add catlfish-benchmark embryo.
Diffstat (limited to 'catlfish-benchmark/catlfish.cfg')
-rw-r--r-- | catlfish-benchmark/catlfish.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/catlfish-benchmark/catlfish.cfg b/catlfish-benchmark/catlfish.cfg new file mode 100644 index 0000000..3f93a05 --- /dev/null +++ b/catlfish-benchmark/catlfish.cfg @@ -0,0 +1,26 @@ +baseurl: https://localhost:8080/ + +frontendnodes: + - name: frontend + publicaddress: localhost:8080 + address: localhost:8082 + +storagenodes: + - name: storage + address: localhost:8081 + +signingnodes: + - name: signing + address: localhost:8088 + +mergenodes: + - name: merge + address: localhost:8180 + - name: mergebackup + address: localhost:8181 + +primarymergenode: merge + +storage-quorum-size: 1 + +mmd: 86400 |