From d94247cb9f7746f75b176cbed0a32e9e902e7e7d Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Fri, 20 Jan 2017 00:32:45 +0100 Subject: API keys are now provided in the config file. Also added CA cert verification for internal TLS connections. --- test/catlfish-test.cfg | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 test/catlfish-test.cfg (limited to 'test/catlfish-test.cfg') diff --git a/test/catlfish-test.cfg b/test/catlfish-test.cfg deleted file mode 100644 index 39288c7..0000000 --- a/test/catlfish-test.cfg +++ /dev/null @@ -1,28 +0,0 @@ -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 -- cgit v1.1