Published on

Hyperledger Fabric - Environment Variables

Authors

When setting up Fabric there are a number of errors that crop up if it is not setup properly. A bunch of these errors ended up being related to required (linux) environment variables in the container -where the different components are being run in- not being set.

Unfortunately these are either buried under walls of text in the documentation or not at all. Instead you need to Google each error and work out what is missing. Using a good example like one of the Fabric examples also helps pin point which pieces of the configuration are missing.