Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fall back on PMG_MAPI_KEY * client: add apikey to error msg * client: allow no apikey through
- Loading branch information
12fa6c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have another question: Can the
MPCONTRIBS_API_KEY
be a valid value different fromPMG_MAPI_KEY
?12fa6c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it can.
MPCONTRIBS_API_KEY
will be checked first and only if the environment variable isn't present it'll fall back onPMG_MAPI_KEY
from.pmgrc.yaml
. HTH.