Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -*- 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 = [email protected]
- web.port = tcp:3456:interface=127.0.0.1
- web.static = public_html
- tub.port = 1027
- tub.location = masterme120.us.to
- #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 = redacted
- #helper.furl =
- #key_generator.furl =
- stats_gatherer.furl = redacted
- # What encoding parameters should this client use for uploads?
- shares.total = 15
- shares.happy = 15
- shares.needed = 8
- [storage]
- # Shall this node provide storage service?
- enabled = true
- #readonly =
- reserved_space = 1G
- expire.enabled = true
- expire.override_lease_duration = 365day
- expire.mode = age
- [helper]
- # Shall this node run a helper service that clients can use?
- enabled = false
- [drop_upload]
- # Shall this node automatically upload files created or modified in a local directory?
- enabled = false
- # This must be a mutable directory writecap.
- upload.dircap =
- local.directory = ~/drop_upload
Advertisement
Add Comment
Please, Sign In to add comment