This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Description
Right now, when we get the credential filename, the only way is from System.getenv(CREDENTIAL_ENV_NAME).
However, environment variable is immutable at runtime and hard to customized programmatically.
Thus, I suggest we also try to get the CREDENTIAL_ENV_NAME from system properties as we do for PROJECT_ENV_NAME.