ipfs/kubo

Update relevant configuration to use optional types

Open

#8,531 opened on Oct 28, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (13,906 stars) (2,725 forks)batch import
P2good first issuekind/enhancementtopic/bootcamp

Description

Now that go-ipfs-config supports optional types, we should go through and clean up as much of the existing config to use it so we have a consistent story on defaults, etc.

This work will be easier to do after https://github.com/ipfs/go-ipfs-config/issues/151

The first step is to enumerate the various config keys we want to cleanup.

Contributor guide