QuestionQ55

Hyperledger Fabric Networks

What 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.
Explanation

Hyperledger Fabric configures peer and ordering-node settings through their YAML files (core.yaml and orderer.yaml), environment-variable overrides, and command-line flags. The Fabric deployment guidance identifies these as the three main configuration options.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!