From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 11 Oct 2007 23:12:13 +0000 (-0700)
Subject: change another example to use port 8123
X-Git-Tag: allmydata-tahoe-0.6.1~32
X-Git-Url: https://git.rkrishnan.org/components/%22news.html/...?a=commitdiff_plain;h=d1f2c99c516cea9e8b62083b8ffa634e383ce40d;p=tahoe-lafs%2Ftahoe-lafs.git

change another example to use port 8123
---

diff --git a/docs/configuration.txt b/docs/configuration.txt
index 9e329ce8..a49cfdff 100644
--- a/docs/configuration.txt
+++ b/docs/configuration.txt
@@ -22,8 +22,8 @@ everyone who wishes to attach a client to that grid
 
 webport (optional): This controls where the client's webserver should listen,
 providing vdrive access as defined in webapi.txt . This file should contain a
-Twisted "strports" specification, such as "8080" or
-"tcp:8080:interface=127.0.0.1".
+Twisted "strports" specification, such as "8123" or
+"tcp:8123:interface=127.0.0.1".
 
 client.port (optional): This controls which port the node listens on. If not
 provided, the node will ask the kernel for any available port, and write it