mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
fix: config help (#10686)
Some checks are pending
CodeQL / codeql (push) Waiting to run
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
Some checks are pending
CodeQL / codeql (push) Waiting to run
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
This commit is contained in:
parent
42394afcf0
commit
5d143a25c1
@ -48,13 +48,13 @@ file inside your IPFS repository (IPFS_PATH).
|
||||
|
||||
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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user