Guest User

Untitled

a guest
Apr 5th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  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]
  11. nickname = [email protected]
  12. web.port = tcp:3456:interface=127.0.0.1
  13. web.static = public_html
  14. tub.port = 1027
  15. tub.location = masterme120.us.to
  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 = redacted
  25. #helper.furl =
  26. #key_generator.furl =
  27. stats_gatherer.furl = redacted
  28.  
  29. # What encoding parameters should this client use for uploads?
  30. shares.total = 15
  31. shares.happy = 15
  32. shares.needed = 8
  33.  
  34. [storage]
  35. # Shall this node provide storage service?
  36. enabled = true
  37. #readonly =
  38. reserved_space = 1G
  39. expire.enabled = true
  40. expire.override_lease_duration = 365day
  41. expire.mode = age
  42.  
  43. [helper]
  44. # Shall this node run a helper service that clients can use?
  45. enabled = false
  46.  
  47. [drop_upload]
  48. # Shall this node automatically upload files created or modified in a local directory?
  49. enabled = false
  50. # This must be a mutable directory writecap.
  51. upload.dircap =
  52. local.directory = ~/drop_upload
Advertisement
Add Comment
Please, Sign In to add comment