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-local-1.cfg | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/catlfish-test-local-1.cfg') diff --git a/test/catlfish-test-local-1.cfg b/test/catlfish-test-local-1.cfg index 5e9a593..608d4c0 100644 --- a/test/catlfish-test-local-1.cfg +++ b/test/catlfish-test-local-1.cfg @@ -2,6 +2,13 @@ localnodes: - frontend-1 - storage-1 +addresses: + frontend-1: 127.0.0.1:8082 + storage-1: 127.0.0.1:8081 + +publicaddresses: + frontend-1: 127.0.0.1:8080 + paths: configdir: test/config/ knownroots: known_roots -- cgit v1.1