From 39983fe526723fdf3dd43906e6295add0d9a3ad9 Mon Sep 17 00:00:00 2001 From: Srinivasan Muralidharan Date: Wed, 23 Nov 2016 16:57:11 -0500 Subject: [PATCH] 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 --- peer/core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer/core.yaml b/peer/core.yaml index 0c9948baf2c..589cd6b9856 100644 --- a/peer/core.yaml +++ b/peer/core.yaml @@ -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: