Sha256: 0d5c12d891cc9c108cbf42fce700657f4d379f8bc34060b779ebd24feaa1a944
Contents?: true
Size: 795 Bytes
Versions: 3
Compression:
Stored size: 795 Bytes
Contents
# -*- mode: conf; coding: utf-8 -*- # This file controls the configuration of the Tahoe node that # lives in this directory. It is only read at node startup. # For details about the keys that can be set here, please # read the 'docs/configuration.rst' file that came with your # Tahoe installation. [node] nickname = <%= @nickname %> web.port = tcp:3456:interface=127.0.0.1 web.static = public_html [client] # Which services should this client connect to? introducer.furl = <%= @introducer_furl %> # What encoding parameters should this client use for uploads? shares.needed = 3 shares.happy = 7 shares.total = 10 [storage] # Shall this node provide storage service? enabled = false reserved_space = 1G [helper] # Shall this node run a helper service that clients can use? enabled = false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fling-0.1.2 | templates/tahoe.cfg.erb |
fling-0.1.0 | templates/tahoe.cfg.erb |
fling-0.0.9 | templates/tahoe.cfg.erb |