Ticket #1418: tahoe.cfg

File tahoe.cfg, 391 bytes (added by rycee, at 2011-06-22T09:01:52Z)

The tahoe.cfg of my storage/helper node (the non-helper nodes just have enabled=false in [helper]

Line 
1# -*- mode: conf; coding: utf-8 -*-
2
3[node]
4nickname = Tango
5web.port = tcp:3457:interface=127.0.0.1
6web.static = public_html
7tub.port = 8099
8tub.location = [snip]:8099,10.1.20.100:8099
9
10[client]
11introducer.furl = pb://[snip]/introducer
12
13[storage]
14enabled = true
15reserved_space = 20G
16expire.enabled = false
17expire.mode = age
18expire.override_lease_duration = 1 month
19
20[helper]
21enabled = true