mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
Put config keys in proper case
License: MIT Signed-off-by: David Brennan <david.n.brennan@gmail.com>
This commit is contained in:
parent
6779ff1021
commit
8efdb4f1df
@ -38,13 +38,13 @@ file inside your IPFS repository.
|
||||
|
||||
Examples:
|
||||
|
||||
Get the value of the 'datastore.path' key:
|
||||
Get the value of the 'Datastore.Path' key:
|
||||
|
||||
$ ipfs config datastore.path
|
||||
$ ipfs config Datastore.Path
|
||||
|
||||
Set the value of the 'datastore.path' key:
|
||||
Set the value of the 'Datastore.Path' key:
|
||||
|
||||
$ ipfs config datastore.path ~/.ipfs/datastore
|
||||
$ ipfs config Datastore.Path ~/.ipfs/datastore
|
||||
`,
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user