1 | # -*- mode: conf; coding: utf-8 -*- |
---|
2 | |
---|
3 | # This file controls the configuration of the Tahoe node that |
---|
4 | # lives in this directory. It is only read at node startup. |
---|
5 | # For details about the keys that can be set here, please |
---|
6 | # read the 'docs/configuration.rst' file that came with your |
---|
7 | # Tahoe installation. |
---|
8 | |
---|
9 | |
---|
10 | [node] |
---|
11 | nickname = tahoe-2 |
---|
12 | web.port = tcp:3457:interface=127.0.0.1 |
---|
13 | web.static = public_html |
---|
14 | #tub.port = |
---|
15 | #tub.location = |
---|
16 | #log_gatherer.furl = |
---|
17 | #timeout.keepalive = |
---|
18 | #timeout.disconnect = |
---|
19 | #ssh.port = 8022 |
---|
20 | #ssh.authorized_keys_file = ~/.ssh/authorized_keys |
---|
21 | |
---|
22 | [client] |
---|
23 | # Which services should this client connect to? |
---|
24 | #introducer.furl = None |
---|
25 | introducer.furl = pb://w3rajj5ll6c6kntjhukdzb257e6im2et@192.168.0.92:38940,127.0.0.1:38940/introducer |
---|
26 | helper.furl = |
---|
27 | #key_generator.furl = |
---|
28 | #stats_gatherer.furl = |
---|
29 | |
---|
30 | # What encoding parameters should this client use for uploads? |
---|
31 | shares.needed = 1 |
---|
32 | shares.happy = 1 |
---|
33 | #shares.total = 10 |
---|
34 | |
---|
35 | [storage] |
---|
36 | # Shall this node provide storage service? |
---|
37 | enabled = false |
---|
38 | #readonly = |
---|
39 | #reserved_space = 1G |
---|
40 | #expire.enabled = |
---|
41 | #expire.mode = |
---|
42 | |
---|
43 | [helper] |
---|
44 | # Shall this node run a helper service that clients can use? |
---|
45 | enabled = false |
---|
46 | |
---|