Skip to content

Commit 39983fe

Browse files
author
Srinivasan Muralidharan
committed
point COMMITTER_LEDGER_ORDERER to right default
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 <[email protected]>
1 parent ebd9943 commit 39983fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peer/core.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ peer:
166166
enabled: true
167167
ledger:
168168
# orderer to talk to
169-
orderer: 0.0.0.0:5151
169+
orderer: 0.0.0.0:7050
170170

171171
# TLS Settings for p2p communications
172172
tls:

0 commit comments

Comments
 (0)