summaryrefslogtreecommitdiff
path: root/test/catlfish-test.cfg
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-03-27 17:33:35 +0100
committerMagnus Ahltorp <map@kth.se>2015-03-27 17:33:35 +0100
commit6c07054bbb2b04a686e48fb2ca46807d82d03699 (patch)
treeb13113b172bca8c148a11141384d3274de16edf9 /test/catlfish-test.cfg
parent6cd3c80c61711cabf9e308da1963b56f6dd49cfd (diff)
Allow local administrator to override IP address and port for web serverbindaddress
Closes CATLFISH-30
Diffstat (limited to 'test/catlfish-test.cfg')
-rw-r--r--test/catlfish-test.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/catlfish-test.cfg b/test/catlfish-test.cfg
index 7a4bb18..3131415 100644
--- a/test/catlfish-test.cfg
+++ b/test/catlfish-test.cfg
@@ -1,17 +1,17 @@
-baseurl: https://127.0.0.1:8080/
+baseurl: https://localhost:8080/
frontendnodes:
- name: frontend-1
- publicaddress: 127.0.0.1:8080
- address: 127.0.0.1:8082
+ publicaddress: localhost:8080
+ address: localhost:8082
storagenodes:
- name: storage-1
- address: 127.0.0.1:8081
+ address: localhost:8081
signingnodes:
- name: signing-1
- address: 127.0.0.1:8088
+ address: localhost:8088
mergenodes:
- name: merge-1