From 0eff09ddd06a0cc5d293b6ad408f19ad77de97e4 Mon Sep 17 00:00:00 2001 From: "vicky :)" <60366641+vicky-g@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:25:34 -0400 Subject: [PATCH] Default foundation spIDs to reconfig blacklist (#3901) --- creator-node/src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/creator-node/src/config.js b/creator-node/src/config.js index 7fa00478ee3..0fb5da60255 100644 --- a/creator-node/src/config.js +++ b/creator-node/src/config.js @@ -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