Skip to content

Commit

Permalink
[FAB-3612] Update peer.address usage
Browse files Browse the repository at this point in the history
peer.address means differently when using as peer or cli config. This
patchset add docs to explain more clearly.

Change-Id: Ie9910f8cc27252d8b50619d7f5b8ddcf3d7bf76f
Signed-off-by: Baohua Yang <baohyang@cn.ibm.com>
  • Loading branch information
yeasy committed May 3, 2017
1 parent d6fbfcf commit 3334a7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sampleconfig/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ peer:

# The Address this Peer will listen on
listenAddress: 0.0.0.0:7051
# Represents the peer's endpoint to peers in its organization
# for other peers, see externalEndpoint
# When used as peer config, represents the endpoint to other peers in the same organization
# for peers in other organization, see gossip.externalEndpoint
# When used as cli config, will mean the peer node's endpoint to interact with
address: 0.0.0.0:7051
# Whether the Peer should programmatically determine its address
# This case is useful for docker containers.
Expand Down

0 comments on commit 3334a7f

Please sign in to comment.