diff options
author | Linus Nordberg <linus@nordu.net> | 2017-01-23 15:47:12 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-01-23 15:47:12 +0100 |
commit | a4709803d2e824cd447e3906cfb5ee89068802fc (patch) | |
tree | e4296ceceb1732404392b9578ba475ed567b12f6 /test/catlfish-test.cfg.in | |
parent | 08b7a3e0ae682840adb0515273c27ace0f692a31 (diff) | |
parent | a490e6616882ea698a23f1f780ff442479dda0ba (diff) |
Merge remote-tracking branch 'refs/remotes/map/config-api-key'
Diffstat (limited to 'test/catlfish-test.cfg.in')
-rw-r--r-- | test/catlfish-test.cfg.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/catlfish-test.cfg.in b/test/catlfish-test.cfg.in new file mode 100644 index 0000000..39288c7 --- /dev/null +++ b/test/catlfish-test.cfg.in @@ -0,0 +1,28 @@ +baseurl: https://localhost:8080/ + +frontendnodes: + - name: frontend-1 + publicaddress: localhost:8080 + address: localhost:8082 + +storagenodes: + - name: storage-1 + address: localhost:8081 + +signingnodes: + - name: signing-1 + address: localhost:8088 + +mergenodes: + - name: merge-1 + address: localhost:8180 + - name: merge-2 + address: localhost:8181 + +primarymergenode: merge-1 + +backup-quorum-size: 1 + +storage-quorum-size: 1 + +mmd: 86400 |