Created
August 7, 2014 23:52
-
-
Save david415/c3e0079948fe59abe054 to your computer and use it in GitHub Desktop.
tahoe storage for onion grid configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[node] | |
nickname = noname | |
web.reveal_storage_furls = true | |
web.static = public_html | |
web.port = tcp:3456:interface=127.0.0.1 | |
tub.port = tcp:37020:interface=127.0.0.1 | |
# XXX | |
tub.location = myCuteKittyCat.onion:43000 | |
[client] | |
introducer.furl = pb://... | |
helper.furl = | |
shares.needed = 2 | |
shares.happy = 3 | |
shares.total = 4 | |
[storage] | |
enabled = true | |
reserved_space = 1G | |
[helper] | |
enabled = false | |
[drop_upload] | |
enabled = false | |
local.directory = ~/drop_upload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment