@@ -92,30 +92,32 @@ Organizations:
92
92
# MSPDir is the filesystem path which contains the MSP configuration.
93
93
MSPDir : msp
94
94
95
- # AdminPrincipal dictates the type of principal used for an organization's Admins policy
96
- # Today, only the values of Role.ADMIN ad Role.MEMBER are accepted, which indicates a principal
97
- # of role type ADMIN and role type MEMBER respectively
95
+ # AdminPrincipal dictates the type of principal used for an
96
+ # organization's Admins policy. Today, only the values of Role.ADMIN and
97
+ # Role.MEMBER are accepted, which indicates a principal of role type
98
+ # ADMIN and role type MEMBER respectively.
98
99
AdminPrincipal : Role.ADMIN
99
100
100
101
# BCCSP: Select which crypto implementation or library to use for the
101
102
# blockchain crypto service provider.
102
103
BCCSP :
103
104
Default : SW
104
105
SW :
105
- # TODO: The default Hash and Security level needs refactoring to be
106
- # fully configurable. Changing these defaults requires coordination
107
- # SHA2 is hardcoded in several places, not only BCCSP
106
+ # TODO: The default Hash and Security level needs refactoring to
107
+ # be fully configurable. Changing these defaults requires
108
+ # coordination SHA2 is hardcoded in several places, not only
109
+ # BCCSP.
108
110
Hash : SHA2
109
111
Security : 256
110
- # Location of key store. If this is unset, a location will
111
- # be chosen using: 'MSPDir'/keystore
112
+ # Location of key store. If this is unset, a location will be
113
+ # chosen using: 'MSPDir'/keystore
112
114
FileKeyStore :
113
115
KeyStore :
114
116
115
117
AnchorPeers :
116
- # AnchorPeers defines the location of peers which can be used
117
- # for cross org gossip communication. Note, this value is only
118
- # encoded in the genesis block in the Application section context.
118
+ # AnchorPeers defines the location of peers which can be used for
119
+ # cross- org gossip communication. Note, this value is only encoded
120
+ # in the genesis block in the Application section context.
119
121
- Host : 127.0.0.1
120
122
Port : 7051
121
123
@@ -147,7 +149,9 @@ Orderer: &OrdererDefaults
147
149
MaxMessageCount : 10
148
150
149
151
# Absolute Max Bytes: The absolute maximum number of bytes allowed for
150
- # the serialized messages in a batch.
152
+ # the serialized messages in a batch. If the "kafka" OrdererType is
153
+ # selected, set 'message.max.bytes' and 'replica.fetch.max.bytes' on the
154
+ # Kafka brokers to a value that is equal to or larger than this one.
151
155
AbsoluteMaxBytes : 99 MB
152
156
153
157
# Preferred Max Bytes: The preferred maximum number of bytes allowed for
@@ -156,8 +160,8 @@ Orderer: &OrdererDefaults
156
160
# bytes.
157
161
PreferredMaxBytes : 512 KB
158
162
159
- # Max Channels is the maximum number of channels to allow on the ordering network
160
- # When set to 0, this implies no maximum number of channels
163
+ # Max Channels is the maximum number of channels to allow on the ordering
164
+ # network. When set to 0, this implies no maximum number of channels.
161
165
MaxChannels : 0
162
166
163
167
Kafka :
0 commit comments