4
4
# Profile
5
5
#
6
6
# - Different configuration profiles may be encoded here to be specified
7
- # as parameters to the configtxgen tool
7
+ # as parameters to the configtxgen tool.
8
8
#
9
9
# ###############################################################################
10
10
Profiles :
11
11
12
12
# SampleInsecureSolo defines a configuration which uses the Solo orderer,
13
13
# contains no MSP definitions, and allows all transactions and channel
14
- # creation requests
14
+ # creation requests.
15
15
SampleInsecureSolo :
16
16
Orderer :
17
17
<< : *OrdererDefaults
@@ -49,35 +49,35 @@ Profiles:
49
49
# ###############################################################################
50
50
Organizations :
51
51
52
- # SampleOrg defines an MSP using the sampleconfig. It should never be used
53
- # in production but may be used as a template for other definitions
52
+ # SampleOrg defines an MSP using the sampleconfig. It should never be used
53
+ # in production but may be used as a template for other definitions.
54
54
- &SampleOrg
55
55
# DefaultOrg defines the organization which is used in the sampleconfig
56
- # of the fabric.git development environment
56
+ # of the fabric.git development environment.
57
57
Name : SampleOrg
58
58
59
- # ID to load the MSP definition as
59
+ # ID to load the MSP definition as.
60
60
ID : DEFAULT
61
61
62
- # MSPDir is the filesystem path which contains the MSP configuration
62
+ # MSPDir is the filesystem path which contains the MSP configuration.
63
63
MSPDir : msp/sampleconfig
64
64
65
- # BCCSP (Blockchain crypto provider) : Select which crypto implementation or
66
- # library to use
65
+ # BCCSP: Select which crypto implementation or library to use for the
66
+ # blockchain crypto service provider.
67
67
BCCSP :
68
68
Default : SW
69
69
SW :
70
70
Hash : SHA3
71
71
Security : 256
72
- # Location of Key Store . If this is unset, a location will
73
- # be chosen using 'MSPDir'/keystore
74
- FileKeyStore :
75
- KeyStore :
76
-
72
+ # Location of key store . If this is unset, a location will
73
+ # be chosen using: 'MSPDir'/keystore
74
+ FileKeyStore :
75
+ KeyStore :
76
+
77
77
AnchorPeers :
78
78
# AnchorPeers defines the location of peers which can be used
79
- # for cross org gossip communication. Note, this value is only
80
- # encoded in the genesis block in the Application section context
79
+ # for cross org gossip communication. Note, this value is only
80
+ # encoded in the genesis block in the Application section context.
81
81
- Host : 127.0.0.1
82
82
Port : 7051
83
83
@@ -86,25 +86,26 @@ Organizations:
86
86
# SECTION: Orderer
87
87
#
88
88
# - This section defines the values to encode into a config transaction or
89
- # genesis block for orderer related parameters
89
+ # genesis block for orderer related parameters.
90
90
#
91
91
# ###############################################################################
92
92
Orderer : &OrdererDefaults
93
93
94
- # Orderer Type: The orderer implementation to start
95
- # Available types are "solo" and "kafka"
94
+ # Orderer Type: The orderer implementation to start.
95
+ # Available types are "solo" and "kafka".
96
96
OrdererType : solo
97
97
98
98
Addresses :
99
99
- 127.0.0.1:7050
100
100
101
- # Batch Timeout: The amount of time to wait before creating a batch
101
+ # Batch Timeout: The amount of time to wait before creating a batch.
102
102
BatchTimeout : 10s
103
103
104
- # Batch Size: Controls the number of messages batched into a block
104
+ # Batch Size: Controls the number of messages batched into a block.
105
105
BatchSize :
106
106
107
- # Max Message Count: The maximum number of messages to permit in a batch
107
+ # Max Message Count: The maximum number of messages to permit in a
108
+ # batch.
108
109
MaxMessageCount : 10
109
110
110
111
# Absolute Max Bytes: The absolute maximum number of bytes allowed for
@@ -118,25 +119,25 @@ Orderer: &OrdererDefaults
118
119
PreferredMaxBytes : 512 KB
119
120
120
121
Kafka :
121
- # Brokers: A list of Kafka brokers to which the orderer connects
122
+ # Brokers: A list of Kafka brokers to which the orderer connects.
122
123
# NOTE: Use IP:port notation
123
124
Brokers :
124
125
- 127.0.0.1:9092
125
126
126
127
# Organizations is the list of orgs which are defined as participants on
127
- # the orderer side of the network
128
+ # the orderer side of the network.
128
129
Organizations :
129
130
130
131
# ###############################################################################
131
132
#
132
133
# SECTION: Application
133
134
#
134
135
# - This section defines the values to encode into a config transaction or
135
- # genesis block for application related parameters
136
+ # genesis block for application related parameters.
136
137
#
137
138
# ###############################################################################
138
139
Application : &ApplicationDefaults
139
140
140
141
# Organizations is the list of orgs which are defined as participants on
141
- # the application side of the network
142
+ # the application side of the network.
142
143
Organizations :
0 commit comments