Ticket #1456: tahoe-1.2.cfg

File tahoe-1.2.cfg, 1.1 KB (added by T_X, at 2011-08-07T19:10:26Z)

updating introducer port (to match the tcpdump, port 38940)

Line 
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]
11nickname = tahoe-1
12web.port = tcp:3456:interface=127.0.0.1
13web.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
25introducer.furl = pb://w3rajj5ll6c6kntjhukdzb257e6im2et@192.168.0.92:38940,127.0.0.1:38940/introducer
26helper.furl =
27#key_generator.furl =
28#stats_gatherer.furl =
29
30# What encoding parameters should this client use for uploads?
31#shares.needed = 3
32#shares.happy = 7
33#shares.total = 10
34
35[storage]
36# Shall this node provide storage service?
37enabled = true
38#readonly =
39reserved_space = 25M
40#expire.enabled =
41#expire.mode =
42
43[helper]
44# Shall this node run a helper service that clients can use?
45enabled = false
46