Skip to content

Commit

Permalink
Merge branch 'master' into fix-gateway-percent-in-dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Jan 3, 2025
2 parents 5beae55 + 016c2a7 commit 2fcee8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/commands/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ Get the value of the 'Datastore.Path' key:
Set the value of the 'Datastore.Path' key:
$ ipfs config Datastore.Path ~/.ipfs/datastore
Set multiple values in the 'Addresses.AppendAnnounce' array:
$ ipfs config Addresses.AppendAnnounce --json \
'["/dns4/a.example.com/tcp/4001", "/dns4/b.example.com/tcp/4002"]'
`,
},
Subcommands: map[string]*cmds.Command{
Expand Down

0 comments on commit 2fcee8c

Please sign in to comment.