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.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.cfg')
-rw-r--r-- | test/catlfish-test.cfg | 10 |
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 |