-
Notifications
You must be signed in to change notification settings - Fork 25
/
configtx.yaml
147 lines (114 loc) · 3.15 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Profiles:
MRTGEXCHGOrdererGenesis:
Orderer:
<<: *OrdererDefaults
Organizations:
- *OrdererOrg
Consortiums:
MRTGEXCHG:
Organizations:
- *Bank
- *Insurance
- *Registry
- *Title
- *Appraiser
- *Audit
- *Fico
RecordsChannel:
Consortium: MRTGEXCHG
Application:
<<: *ApplicationDefaults
Organizations:
- *Bank
- *Insurance
- *Registry
- *Title
- *Appraiser
- *Audit
LendingChannel:
Consortium: MRTGEXCHG
Application:
<<: *ApplicationDefaults
Organizations:
- *Bank
- *Insurance
- *Audit
- *Fico
- *Title
BooksChannel:
Consortium: MRTGEXCHG
Application:
<<: *ApplicationDefaults
Organizations:
- *Bank
- *Insurance
- *Title
- *Appraiser
- *Audit
- *Registry
Organizations:
- &OrdererOrg
Name: OrdererMSP
ID: OrdererMSP
MSPDir: crypto-config/ordererOrganizations/mrtgexchg.com/msp
- &Bank
Name: BankMSP
ID: BankMSP
MSPDir: crypto-config/peerOrganizations/Bank.com/msp
AnchorPeers:
- Host: peer0.Bank.com
Port: 7051
- &Insurance
Name: InsuranceMSP
ID: InsuranceMSP
MSPDir: crypto-config/peerOrganizations/Insurance.com/msp
AnchorPeers:
- Host: peer0.Insurance.com
Port: 7051
- &Registry
Name: RegistryMSP
ID: RegistryMSP
MSPDir: crypto-config/peerOrganizations/Registry.com/msp
AnchorPeers:
- Host: peer0.Registry.com
Port: 7051
- &Title
Name: TitleMSP
ID: TitleMSP
MSPDir: crypto-config/peerOrganizations/Title.com/msp
AnchorPeers:
- Host: peer0.Title.com
Port: 7051
- &Appraiser
Name: AppraiserMSP
ID: AppraiserMSP
MSPDir: crypto-config/peerOrganizations/Appraiser.com/msp
AnchorPeers:
- Host: peer0.Appraiser.com
Port: 7051
- &Audit
Name: AuditMSP
ID: AuditMSP
MSPDir: crypto-config/peerOrganizations/Audit.com/msp
AnchorPeers:
- Host: peer0.Audit.com
Port: 7051
- &Fico
Name: FicoMSP
ID: FicoMSP
MSPDir: crypto-config/peerOrganizations/Fico.com/msp
AnchorPeers:
- Host: peer0.Fico.com
Port: 7051
Orderer: &OrdererDefaults
OrdererType: solo
Addresses:
- orderer.mrtgexchg.com:7050
BatchTimeout: 2s
BatchSize:
MaxMessageCount: 10
AbsoluteMaxBytes: 99 MB
PreferredMaxBytes: 512 KB
Organizations:
Application: &ApplicationDefaults
Organizations: