Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 746 Bytes

configure-node.md

File metadata and controls

12 lines (8 loc) · 746 Bytes
title description
Configure a node
IPFS nodes can be customized using the configuration file. The default values should be fine for most use-cases. However, you may want to make some changes if you are running a specialized IPFS node, or simply want to tweak things to your liking.

Configure a node

Node configuration varies between implementations.

  • For Kubo, see config.md.
  • For Helia, see the HeliaInit document. Note that, unlike the deprecated js-ipfs implementation, you must configure your node directly - see the Helia example.