github.com/lzy4123/fabric@v2.1.1+incompatible/integration/nwo/solo.yaml (about) 1 # Copyright IBM Corp. All Rights Reserved. 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 --- 5 organizations: 6 - name: orderer-org 7 msp_id: OrdererOrgExampleCom 8 domain: orderer.example.com 9 enable_node_organizational_units: false 10 users: 0 11 ca: 12 hostname: ca 13 - name: org1 14 msp_id: Org1ExampleCom 15 domain: org1.example.com 16 enable_node_organizational_units: true 17 users: 2 18 ca: 19 hostname: ca 20 - name: org2 21 msp_id: Org2ExampleCom 22 domain: org2.example.com 23 enable_node_organizational_units: true 24 users: 2 25 ca: 26 hostname: ca 27 28 consortiums: 29 - name: SampleConsortium 30 organizations: 31 - org1 32 - org2 33 34 consensus: 35 type: solo 36 37 system_channel: 38 name: systemchannel 39 profile: TwoOrgsOrdererGenesis 40 41 orderers: 42 - name: orderer0 43 organization: orderer-org 44 45 orderercapabilities: 46 v20: false 47 48 channels: 49 - name: testchannel 50 profile: TwoOrgsChannel 51 52 peers: 53 - name: peer1 54 organization: org1 55 channels: 56 - name: testchannel 57 anchor: true 58 - name: peer2 59 organization: org1 60 channels: 61 - name: testchannel 62 - name: peer1 63 organization: org2 64 channels: 65 - name: testchannel 66 - name: peer2 67 organization: org2 68 channels: 69 - name: testchannel 70 anchor: true 71 72 profiles: 73 - name: TwoOrgsOrdererGenesis 74 orderers: 75 - orderer0 76 - name: TwoOrgsChannel 77 consortium: SampleConsortium 78 organizations: 79 - org1 80 - org2