mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
configuration.rst: remove the obsolete sizelimit option from the sample tahoe.cfg. Also fix the RST formatting of blank lines in the file.
This commit is contained in:
parent
70b08ddb42
commit
5b4c159894
@ -650,7 +650,6 @@ recommended configuration (most of these are not the default values), merely
|
|||||||
a legal one.
|
a legal one.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
[node]
|
[node]
|
||||||
nickname = Bob's Tahoe-LAFS Node
|
nickname = Bob's Tahoe-LAFS Node
|
||||||
tub.port = 34912
|
tub.port = 34912
|
||||||
@ -662,17 +661,14 @@ a legal one.
|
|||||||
ssh.port = 8022
|
ssh.port = 8022
|
||||||
ssh.authorized_keys_file = ~/.ssh/authorized_keys
|
ssh.authorized_keys_file = ~/.ssh/authorized_keys
|
||||||
|
|
||||||
|
|
||||||
[client]
|
[client]
|
||||||
introducer.furl = pb://ok45ssoklj4y7eok5c3xkmj@tahoe.example:44801/ii3uumo
|
introducer.furl = pb://ok45ssoklj4y7eok5c3xkmj@tahoe.example:44801/ii3uumo
|
||||||
helper.furl = pb://ggti5ssoklj4y7eok5c3xkmj@helper.tahoe.example:7054/kk8lhr
|
helper.furl = pb://ggti5ssoklj4y7eok5c3xkmj@helper.tahoe.example:7054/kk8lhr
|
||||||
|
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
enabled = True
|
enabled = True
|
||||||
readonly = True
|
readonly = True
|
||||||
sizelimit = 10000000000
|
reserved_space = 10000000000
|
||||||
|
|
||||||
|
|
||||||
[helper]
|
[helper]
|
||||||
enabled = True
|
enabled = True
|
||||||
|
Loading…
Reference in New Issue
Block a user