aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Env_var ACAPY_PROMOTE-AUTHOR-DID is invalid with hyphon

Open morrieinmaas opened this issue 3 years ago • 0 comments

Current behaviour:

The argparse aries_cloudagent/config/argparse.py defines the ACAPY_PROMOTE-AUTHOR-DID as an env var in ll. 1791. That is invalid when using an env file parsed to a container and the containers fails to start up entirely.

Suggested change:

Rename ACAPY_PROMOTE-AUTHOR-DID to ACAPY_PROMOTE_AUTHOR_DID

Expected behaviour: ACAPY_PROMOTE_AUTHOR_DID can be set in an env file and ACAPY_PROMOTE_AUTHOR_DID get correctly picked up by aca-py.

morrieinmaas avatar Oct 05 '22 10:10 morrieinmaas