# -*- 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 = tahoe-2 web.port = tcp:3457:interface=127.0.0.1 web.static = public_html #tub.port = #tub.location = #log_gatherer.furl = #timeout.keepalive = #timeout.disconnect = #ssh.port = 8022 #ssh.authorized_keys_file = ~/.ssh/authorized_keys [client] # Which services should this client connect to? #introducer.furl = None introducer.furl = pb://w3rajj5ll6c6kntjhukdzb257e6im2et@192.168.0.92:38940,127.0.0.1:38940/introducer helper.furl = #key_generator.furl = #stats_gatherer.furl = # What encoding parameters should this client use for uploads? shares.needed = 1 shares.happy = 1 #shares.total = 10 [storage] # Shall this node provide storage service? enabled = false #readonly = #reserved_space = 1G #expire.enabled = #expire.mode = [helper] # Shall this node run a helper service that clients can use? enabled = false