get-ipfs icon indicating copy to clipboard operation
get-ipfs copied to clipboard

js-ipfs configuration

Open icidasset opened this issue 5 years ago • 0 comments

We currently don't have the ability to pass an initial config to js-ipfs, and this also overrides the default config. This was necessary because of a bug in js-ipfs 0.41, which is now partially resolved, the empty Swarm: [] config is no longer needed.

ipfsPkg.create({ config: { Addresses: { Swarm: [] }}})

Todo:

  • [ ] Remove empty-swarm-list config
  • [ ] Add ability to pass custom config

icidasset avatar Jun 19 '20 20:06 icidasset