From 6c07054bbb2b04a686e48fb2ca46807d82d03699 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Fri, 27 Mar 2015 17:33:35 +0100 Subject: Allow local administrator to override IP address and port for web server Closes CATLFISH-30 --- test/catlfish-test.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/catlfish-test.cfg') 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 -- cgit v1.1