Orchestrate Configuration
Orchestrate is a set of configurable microservices that are configured and executed independently.
Configure each microservice using the global options and microservice-specific environment variables. Command line options are also available, and take precedence over environment variables.
For each command line option, the equivalent environment variable is upper-case and _
replaces -
. For example, the --chain-registry-url
command line option can be set using the CHAIN_REGISTRY_URL
environment variable. If both are set, the value specified for --chain-registry-url
takes precedence.