Skip to content

Commit

Permalink
docs: document where defaults live
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 8, 2024
1 parent 75dc0c6 commit 1365dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ Type: `optionalString`

Bootstrap is an array of [multiaddrs][multiaddr] of trusted nodes that your node connects to, to fetch other nodes of the network on startup.

Default: The ipfs.io bootstrap nodes
Default: [`config.DefaultBootstrapAddresses`](https://github.com/ipfs/kubo/blob/master/config/bootstrap_peers.go)

Type: `array[string]` ([multiaddrs][multiaddr])

Expand Down

0 comments on commit 1365dfe

Please sign in to comment.