mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +00:00
change our default HTTP port to 8123
This commit is contained in:
parent
f5a7eb0ad5
commit
e1f604f7cd
@ -6,7 +6,7 @@ from allmydata.scripts.common import BasedirMixin, NoDefaultBasedirMixin
|
||||
class CreateClientOptions(BasedirMixin, usage.Options):
|
||||
optParameters = [
|
||||
["basedir", "C", None, "which directory to create the client in"],
|
||||
["webport", "p", "tcp:8011:interface=127.0.0.1",
|
||||
["webport", "p", "tcp:8123:interface=127.0.0.1",
|
||||
"which TCP port to run the HTTP interface on. Use 'none' to disable."],
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user