mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
ORG4 configtx.yaml
This commit is contained in:
parent
c79fc8d5b9
commit
61d9fc95f2
1 changed files with 8 additions and 8 deletions
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue