QuestionQ6

Hyperledger Fabric Networks

When deploying an Orderer environment, in which artifact must variables be customized or overridden?

  • A crypto-config.yaml
  • B docker-compose.yaml
  • C configtx.yaml
  • D orderer.yaml
Explanation

An ordering node’s local configuration is defined in orderer.yaml. Its configuration values must be customized for deployment or overridden with appropriately named environment variables, such as ORDERER_GENERAL_LOCALMSPID. Hyperledger Fabric deployment guide

Learn more

Community Discussion

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