Skip to content

Commit

Permalink
Fix port numbers as per the commit in fabric
Browse files Browse the repository at this point in the history
As there is conflict with Vagrant ports docker-compose file
is updated in fabric https://gerrit.hyperledger.org/r/#/c/5165/
hence changing default config values

Change-Id: Ib23ec91b2bf9d300184e257e8ea54ed945124d85
Signed-off-by: Ratnakar <asara.ratnakar@gmail.com>
  • Loading branch information
asararatnakar committed Feb 1, 2017
1 parent 954ea4b commit 22ee9c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/balance-transfer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
"keyValueStore":"/tmp/fabric-client-kvs",
"waitTime":"30000",
"caserver":{
"ca_url":"http://localhost:7054"
"ca_url":"http://localhost:8054"
},
"orderer":{
"orderer_url":"grpc://localhost:7050"
"orderer_url":"grpc://localhost:8050"
},
"peers":[
{
"peer_url":"grpc://localhost:7051"
"peer_url":"grpc://localhost:8051"
},
{
"peer_url":"grpc://localhost:8051"
"peer_url":"grpc://localhost:8055"
},
{
"peer_url":"grpc://localhost:9051"
"peer_url":"grpc://localhost:8056"
}
],
"events":[
{
"event_url":"grpc://localhost:7053"
},
{
"event_url":"grpc://localhost:8053"
},
{
"event_url":"grpc://localhost:9053"
},
{
"event_url":"grpc://localhost:10053"
}
],
"users":[
Expand Down

0 comments on commit 22ee9c8

Please sign in to comment.