# Copyright IBM Corp. All Rights Reserved. # # SPDX-License-Identifier: Apache-2.0 # --- ################################################################################ # # Section: Organizations # # - This section defines the different organizational identities which will # be referenced later in the configuration. # ################################################################################ Organizations: - &Org6 # DefaultOrg defines the organization which is used in the sampleconfig # of the fabric.git development environment Name: Org6MSP # ID to load the MSP definition as ID: Org6MSP MSPDir: ../organizations/peerOrganizations/org6.example.com/msp Policies: Readers: Type: Signature Rule: "OR('Org6MSP.admin', 'Org6MSP.peer', 'Org6MSP.client')" Writers: Type: Signature Rule: "OR('Org6MSP.admin', 'Org6MSP.client')" Admins: Type: Signature Rule: "OR('Org6MSP.admin')" Endorsement: Type: Signature Rule: "OR('Org6MSP.peer')"