Skip to content

Commit

Permalink
Add Org3 bugs in test network (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
  • Loading branch information
nikhil550 authored and mbwhite committed Jan 24, 2020
1 parent 5b93dd0 commit 67b4ee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test-network/addOrg3/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Organizations:
Admins:
Type: Signature
Rule: "OR('Org3MSP.admin')"
Endorsement:
Type: Signature
Rule: "OR('Org3MSP.peer')"

AnchorPeers:
# AnchorPeers defines the location of peers which can be used
Expand Down
2 changes: 1 addition & 1 deletion test-network/addOrg3/docker/docker-compose-org3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- CORE_PEER_LISTENADDRESS=0.0.0.0:11051
- CORE_PEER_CHAINCODEADDRESS=peer0.org3.example.com:11052
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:11052
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org3.example.com:12051
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org3.example.com:11051
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org3.example.com:11051
- CORE_PEER_LOCALMSPID=Org3MSP
volumes:
Expand Down

0 comments on commit 67b4ee7

Please sign in to comment.