ORG4 configtx.yaml

This commit is contained in:
Kurt Seifried 2021-03-15 12:34:54 -06:00
parent c79fc8d5b9
commit 61d9fc95f2
No known key found for this signature in database
GPG key ID: F15CADC4A00F8174

View file

@ -13,26 +13,26 @@
#
################################################################################
Organizations:
- &Org3
- &Org4
# DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment
Name: Org3MSP
Name: Org4MSP
# ID to load the MSP definition as
ID: Org3MSP
ID: Org4MSP
MSPDir: ../organizations/peerOrganizations/org3.example.com/msp
MSPDir: ../organizations/peerOrganizations/org4.example.com/msp
Policies:
Readers:
Type: Signature
Rule: "OR('Org3MSP.admin', 'Org3MSP.peer', 'Org3MSP.client')"
Rule: "OR('Org4MSP.admin', 'Org4MSP.peer', 'Org4MSP.client')"
Writers:
Type: Signature
Rule: "OR('Org3MSP.admin', 'Org3MSP.client')"
Rule: "OR('Org4MSP.admin', 'Org4MSP.client')"
Admins:
Type: Signature
Rule: "OR('Org3MSP.admin')"
Rule: "OR('Org4MSP.admin')"
Endorsement:
Type: Signature
Rule: "OR('Org3MSP.peer')"
Rule: "OR('Org4MSP.peer')"