Skip to content

Commit

Permalink
Default foundation spIDs to reconfig blacklist (#3901)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky-g committed Sep 22, 2022
1 parent b5dd929 commit 0eff09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions creator-node/src/config.js
Expand Up @@ -745,10 +745,10 @@ const config = convict({
default: ''
},
reconfigSPIdBlacklistString: {
doc: 'A comma separated list of sp ids of nodes to not reconfig onto. Used to create the `reconfigSPIdBlacklist` number[] config',
doc: 'A comma separated list of sp ids of nodes to not reconfig onto. Used to create the `reconfigSPIdBlacklist` number[] config. Defaulted to prod foundation nodes.',
format: String,
env: 'reconfigSPIdBlacklistString',
default: ''
default: '1,2,3,4,27'
}
/**
* unsupported options at the moment
Expand Down

0 comments on commit 0eff09d

Please sign in to comment.