diff options
author | Magnus Ahltorp <map@kth.se> | 2015-03-27 17:33:35 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-03-30 15:42:40 +0200 |
commit | 2d8d55bb9b6672ebe829b185beb05d4a399167f5 (patch) | |
tree | b13113b172bca8c148a11141384d3274de16edf9 /test/catlfish-test-local-1.cfg | |
parent | 1481cc600aee9f8a8b9308fc5cb99bb93ec1898d (diff) |
Allow local administrator to override IP address and port for web server
Closes CATLFISH-30
Diffstat (limited to 'test/catlfish-test-local-1.cfg')
-rw-r--r-- | test/catlfish-test-local-1.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
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 |