-
Notifications
You must be signed in to change notification settings - Fork 495
/
configtx.yaml
71 lines (68 loc) · 1.49 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
63
64
65
66
67
68
69
70
71
---
Profiles:
FourOrgsGenesis:
Orderer:
<<: *OrdererDefaults
Organizations:
- *OrdererOrg
Consortiums:
InsuranceConsortium:
Organizations:
- *InsuranceOrg
- *ShopOrg
- *RepairShopOrg
- *PoliceOrg
FourOrgsChannel:
Consortium: InsuranceConsortium
Application:
<<: *ApplicationDefaults
Organizations:
- *InsuranceOrg
- *ShopOrg
- *RepairShopOrg
- *PoliceOrg
Organizations:
- &OrdererOrg
Name: OrdererOrg
ID: OrdererMSP
MSPDir: cli/peers/ordererOrganizations/orderer-org/msp
- &InsuranceOrg
Name: InsuranceOrgMSP
ID: InsuranceOrgMSP
MSPDir: cli/peers/peerOrganizations/insurance-org/msp
AnchorPeers:
- Host: insurance-peer
Port: 7051
- &ShopOrg
Name: ShopOrgMSP
ID: ShopOrgMSP
MSPDir: cli/peers/peerOrganizations/shop-org/msp
AnchorPeers:
- Host: shop-peer
Port: 7051
- &RepairShopOrg
Name: RepairShopOrgMSP
ID: RepairShopOrgMSP
MSPDir: cli/peers/peerOrganizations/repairshop-org/msp
AnchorPeers:
- Host: repairshop-peer
Port: 7051
- &PoliceOrg
Name: PoliceOrgMSP
ID: PoliceOrgMSP
MSPDir: cli/peers/peerOrganizations/police-org/msp
AnchorPeers:
- Host: police-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: