Skip to content

Commit

Permalink
peer: change default orderer address
Browse files Browse the repository at this point in the history
Change default orderer address to align with address
commonly used in docker compose examples

Change-Id: I728fb7b049f2b163f0848909412fd17c538bfbb7
Signed-off-by: Patrick Mullaney <pm.mullaney@gmail.com>
  • Loading branch information
pmullaney committed Nov 18, 2016
1 parent f7c97b7 commit b031005
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 @@ -165,7 +165,7 @@ peer:
enabled: true
ledger:
# orderer to talk to
orderer: 127.0.0.1:5005
orderer: 0.0.0.0:5151

# TLS Settings for p2p communications
tls:
Expand Down

0 comments on commit b031005

Please sign in to comment.