diff options
author | Magnus Ahltorp <map@kth.se> | 2017-01-20 00:32:45 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-01-20 00:32:45 +0100 |
commit | d94247cb9f7746f75b176cbed0a32e9e902e7e7d (patch) | |
tree | 2aefb213f8c66c4bf464f58c62b81994f751dcab /test/catlfish-test.cfg.in | |
parent | 1fecbcbcc5b7ae8453e68f3df6f25a140aa6df72 (diff) |
API keys are now provided in the config file.
Also added CA cert verification for internal TLS connections.
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 |