-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
IPFS_BOOTSTRAP / env-override of config? #251
Copy link
Copy link
Closed
Labels
exp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issueneed/community-inputNeeds input from the wider communityNeeds input from the wider communitytopic/commandsTopic commandsTopic commands
Metadata
Metadata
Assignees
Labels
exp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issueneed/community-inputNeeds input from the wider communityNeeds input from the wider communitytopic/commandsTopic commandsTopic commands
As noted in #250, it would be nice to be able to pass in bootstrap addresses as part of an envvar or a cli param. This would make it easier to programmatically create nodes.
What might make sense is to design a seamless way for env vars to override configuration variables, that way we dont have to create multiple ways of changing them.
Maybe a
IPFS_CONFIG(_Key)+->config(.Key)+approach. (e.g.IPFS_Config_Bootstrap)... hmm i dont like this.