aries-cloudagent-python
aries-cloudagent-python copied to clipboard
Env_var ACAPY_PROMOTE-AUTHOR-DID is invalid with hyphon
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.