1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 23:16:11 +08:00

fix: config help (#10686)

This commit is contained in:
Guillaume Michel
2025-01-30 21:01:37 +01:00
committed by GitHub
parent 42394afcf0
commit 5d143a25c1

View File

@ -48,13 +48,13 @@ file inside your IPFS repository (IPFS_PATH).
Examples: Examples:
Get the value of the 'Datastore.Path' key: Get the value of the 'Routing.Type' key:
$ ipfs config Datastore.Path $ ipfs config Routing.Type
Set the value of the 'Datastore.Path' key: Set the value of the 'Routing.Type' key:
$ ipfs config Datastore.Path ~/.ipfs/datastore $ ipfs config Routing.Type auto
Set multiple values in the 'Addresses.AppendAnnounce' array: Set multiple values in the 'Addresses.AppendAnnounce' array: