mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 09:35:10 +00:00
Add Org3 bugs in test network (#108)
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
This commit is contained in:
parent
5b93dd0cc0
commit
67b4ee757b
2 changed files with 4 additions and 1 deletions
|
|
@ -33,6 +33,9 @@ Organizations:
|
||||||
Admins:
|
Admins:
|
||||||
Type: Signature
|
Type: Signature
|
||||||
Rule: "OR('Org3MSP.admin')"
|
Rule: "OR('Org3MSP.admin')"
|
||||||
|
Endorsement:
|
||||||
|
Type: Signature
|
||||||
|
Rule: "OR('Org3MSP.peer')"
|
||||||
|
|
||||||
AnchorPeers:
|
AnchorPeers:
|
||||||
# AnchorPeers defines the location of peers which can be used
|
# AnchorPeers defines the location of peers which can be used
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ services:
|
||||||
- CORE_PEER_LISTENADDRESS=0.0.0.0:11051
|
- CORE_PEER_LISTENADDRESS=0.0.0.0:11051
|
||||||
- CORE_PEER_CHAINCODEADDRESS=peer0.org3.example.com:11052
|
- CORE_PEER_CHAINCODEADDRESS=peer0.org3.example.com:11052
|
||||||
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0: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_GOSSIP_EXTERNALENDPOINT=peer0.org3.example.com:11051
|
||||||
- CORE_PEER_LOCALMSPID=Org3MSP
|
- CORE_PEER_LOCALMSPID=Org3MSP
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue