Skip to content

Commit

Permalink
FABN-1256 NodeSDK reset as_local default
Browse files Browse the repository at this point in the history
Set the default as_local to false for discover to
align with production systems.

Change-Id: I555c3148dfa29263d78d1de43495c7288865edb3
Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob committed Jun 3, 2019
1 parent a94b0ff commit 36fbdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-client/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"1.0": "fabric-client/lib/impl/NetworkConfig_1_0.js"
},
"grpc-wait-for-ready-timeout": 3000,
"discovery-as-localhost": true,
"discovery-as-localhost": false,
"discovery-cache-life": 300000,
"override-discovery-protocol": null,
"endorsement-handler": "fabric-client/lib/impl/DiscoveryEndorsementHandler.js",
Expand Down

0 comments on commit 36fbdc6

Please sign in to comment.