Skip to content

Commit

Permalink
Import whitelist fix for docker (#748)
Browse files Browse the repository at this point in the history
* Fix setting whitelist

* Version update to 2.0.21
  • Loading branch information
kipliklotrika authored Nov 21, 2018
1 parent 3111853 commit 53cb2e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "2.0.20",
"version": "2.0.21",
"description": "OriginTrail node",
"main": ".eslintrc.js",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion testnet/register-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function main() {
}

if (process.env.IMPORT_WHITELIST) {
externalConfig.remoteWhitelist = process.env.IMPORT_WHITELIST.split(',');
externalConfig.network.remoteWhitelist = process.env.IMPORT_WHITELIST.split(',');
}

deepExtend(localConfiguration, externalConfig);
Expand Down

0 comments on commit 53cb2e4

Please sign in to comment.