You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THIS IS A BREAKING COMMIT: centralize and reduce the environment variables for configuration (hyperledger-labs#115)
* Move enclave module configuration to a single file
Multiple applications depended on the enclave module
configuration. All applications now share a single
enclave module configuration file.
To use effectively, this requires that two new environment
variables are set: PDO_SPID and PDO_SPID_CERT_FILE. If these
are not set, then the enclave configuration uses the old
default values.
Signed-off-by: Mic Bowman <[email protected]>
* Add a file to define common configuration environment variables
Signed-off-by: Mic Bowman <[email protected]>
* Remove the need to set DSTDIR in the build Makefile
Variable now defaults to the value of PDO_INSTALL_ROOT.
Signed-off-by: Mic Bowman <[email protected]>
* Change the environment variable used for the ledger URL to PDO_LEDGER_URL
Signed-off-by: Mic Bowman <[email protected]>
* Replace the environment variable CONTRACTHOME with PDO_HOME
Signed-off-by: Mic Bowman <[email protected]>
* Fix conditional assignment of the environment variables
Signed-off-by: Mic Bowman <[email protected]>
0 commit comments