Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

js-ipfs configuration #15

@icidasset

Description

@icidasset

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions