QuestionQ55
Hyperledger Fabric NetworksWhat are the standard ways to configure the parameters of a Hyperledger Fabric component (peer or orderer)?
- A Local Linux config files and kubernetes configuration in etcd.
- B Global configuration database for storing all relevant parameters.
- C Yaml config files, environment variables, flags on CLI commands.
- D Individual configuration database for each organization.
Community Discussion