mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
docs/configuration.rst: fix a typo in the previous correction, and correct another error ('[storage]readonly_storage' should be '[storage]readonly').
This commit is contained in:
parent
41753dc42d
commit
5299db9c04
@ -574,9 +574,9 @@ is not (``tub.location`` is used verbatim).
|
||||
Example
|
||||
=======
|
||||
|
||||
The following is a sample ``tahoe.cfg`` file, containing values for all keys
|
||||
described above. Note that this is not a recommended configuration (most of
|
||||
these are not the default values), merely a legal one.
|
||||
The following is a sample ``tahoe.cfg`` file, containing values for some of the
|
||||
keys described in the previous section. Note that this is not a recommended
|
||||
configuration (most of these are not the default values), merely a legal one.
|
||||
|
||||
::
|
||||
|
||||
@ -599,9 +599,9 @@ these are not the default values), merely a legal one.
|
||||
|
||||
[storage]
|
||||
enabled = True
|
||||
readonly_storage = True
|
||||
readonly = True
|
||||
sizelimit = 10000000000
|
||||
|
||||
|
||||
[helper]
|
||||
enable = True
|
||||
enabled = True
|
||||
|
Loading…
Reference in New Issue
Block a user