-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfigtx.yaml
60 lines (53 loc) · 1.34 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
---
Profiles:
TwoOrgsOrdererGenesis:
Orderer:
<<: *OrdererDefaults
Organizations:
- *AGSX
Consortiums:
SampleConsortium:
Organizations:
- *Amihan
- *Acaleph
TwoOrgsChannel:
Consortium: SampleConsortium
Application:
<<: *ApplicationDefaults
Organizations:
- *Amihan
- *Acaleph
Organizations:
- &AGSX
Name: AGSX
ID: AGSXMSP
MSPDir: crypto-config/ordererOrganizations/agsx.net/msp
- &Amihan
Name: Amihan
ID: AmihanMSP
MSPDir: crypto-config/peerOrganizations/amihan.net/msp
AnchorPeers:
- Host: peer0.amihan.net
Port: 7051
- &Acaleph
Name: Acaleph
ID: AcalephMSP
MSPDir: crypto-config/peerOrganizations/acale.ph/msp
AnchorPeers:
- Host: peer0.acale.ph
Port: 7051
Orderer: &OrdererDefaults
OrdererType: solo
Addresses:
- orderer.agsx.net:7050
BatchTimeout: 2s
BatchSize:
MaxMessageCount: 10
AbsoluteMaxBytes: 99 MB
PreferredMaxBytes: 512 KB
Kafka:
Brokers:
- 127.0.0.1:9092
Organizations:
Application: &ApplicationDefaults
Organizations: