forked from IBM/build-blockchain-insurance-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfigtx.yaml
62 lines (59 loc) · 1.31 KB
/
configtx.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
Profiles:
ThreeOrgsGenesis:
Orderer:
<<: *OrdererDefaults
Organizations:
- *OrdererOrg
Consortiums:
SupplierConsortium:
Organizations:
- *Supplier1Org
- *Supplier2Org
- *Supplier3Org
ThreeOrgsChannel:
Consortium: SupplierConsortium
Application:
<<: *ApplicationDefaults
Organizations:
- *Supplier1Org
- *Supplier2Org
- *Supplier3Org
Organizations:
- &OrdererOrg
Name: OrdererOrg
ID: OrdererMSP
MSPDir: cli/peers/ordererOrganizations/orderer-org/msp
- &Supplier1Org
Name: Supplier1OrgMSP
ID: Supplier1OrgMSP
MSPDir: cli/peers/peerOrganizations/supplier1-org/msp
AnchorPeers:
- Host: supplier1-peer
Port: 7051
- &Supplier2Org
Name: Supplier2OrgMSP
ID: Supplier2OrgMSP
MSPDir: cli/peers/peerOrganizations/supplier2-org/msp
AnchorPeers:
- Host: supplier2-peer
Port: 7051
- &Supplier3Org
Name: Supplier3OrgMSP
ID: Supplier3OrgMSP
MSPDir: cli/peers/peerOrganizations/supplier3-org/msp
AnchorPeers:
- Host: supplier3-peer
Port: 7051
Orderer: &OrdererDefaults
OrdererType: solo
Addresses:
- orderer0:7050
BatchTimeout: 2s
BatchSize:
MaxMessageCount: 10
AbsoluteMaxBytes: 99 MB
PreferredMaxBytes: 512 KB
Organizations:
Application: &ApplicationDefaults
Organizations: