Skip to content

Commit

Permalink
Merge "[FAB-3087] Fix peer/core.yaml misleading comments"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Apr 11, 2017
2 parents 0b86ba9 + eee9070 commit 118f82f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions peer/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ peer:

# The Address this Peer will listen on
listenAddress: 0.0.0.0:7051
# The Address this Peer will bind to for providing services
# Represents the peer's endpoint to peers in its organization
# for other peers, see externalEndpoint
address: 0.0.0.0:7051
# Whether the Peer should programmatically determine the address to bind to.
# Whether the Peer should programmatically determine its address
# This case is useful for docker containers.
addressAutoDetect: false

Expand Down

0 comments on commit 118f82f

Please sign in to comment.