Ticket #1418: tahoe-client.cfg
File tahoe-client.cfg, 340 bytes (added by rycee, at 2011-06-22T09:04:06Z) |
---|
Line | |
---|---|
1 | # -*- mode: conf; coding: utf-8 -*- |
2 | |
3 | [node] |
4 | nickname = None |
5 | web.port = tcp:3459:interface=127.0.0.1 |
6 | web.static = public_html |
7 | |
8 | [client] |
9 | introducer.furl = pb://[snip]/introducer |
10 | helper.furl = pb://[snip]/vp64evhrcwa7hg27miqnxxxxenzrjziw |
11 | shares.needed = 1 |
12 | shares.happy = 3 |
13 | shares.total = 3 |
14 | |
15 | [storage] |
16 | enabled = false |
17 | |
18 | [helper] |
19 | enabled = false |