Skip to content

Commit

Permalink
point COMMITTER_LEDGER_ORDERER to right default
Browse files Browse the repository at this point in the history
The right default is "0.0.0.0:7050". This is
needed for usability so users of the latest
master code have fewer things to keep track of
when running with defaults.

Note that in core.yaml REST also points to 7050.
This is not an issue as REST is is no longer used.
Will leave that in for now pending a larger
core.yaml cleanup.

Change-Id: Iac64fcb8b680a7b8a47b5c105da628c999ad06f0
Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
  • Loading branch information
Srinivasan Muralidharan committed Nov 23, 2016
1 parent ebd9943 commit 39983fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ peer:
enabled: true
ledger:
# orderer to talk to
orderer: 0.0.0.0:5151
orderer: 0.0.0.0:7050

# TLS Settings for p2p communications
tls:
Expand Down

0 comments on commit 39983fe

Please sign in to comment.