diff options
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 |