Switch to port 9001 by default

This commit is contained in:
Tony Garnock-Jones 2021-12-13 22:22:40 +01:00
parent d6a303e1e8
commit 1b44f5bd9c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ parser = argparse.ArgumentParser(description='Simple dataspace-server-mediated t
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument('--address', metavar='\'<tcp "HOST" PORT>\'',
help='transport address of the server',
default='<ws "ws://localhost:8001/">')
default='<ws "ws://localhost:9001/">')
parser.add_argument('--cap', metavar='\'<ref ...>\'',
help='capability for the dataspace on the server',
default='<ref "syndicate" [] #[pkgN9TBmEd3Q04grVG4Zdw==]>')