Current behavior:
Have to enter API key as plain text in the CP. It gets saved in project.yaml, which is included in version control.
Desired behavior:
Able to supply $MAILCHIMP_API_KEY in the CP, with MAILCHIMP_API_KEY="xxxxxxxxxxx-us20" in .env. API key is not included in version control.
Current behavior:
Have to enter API key as plain text in the CP. It gets saved in project.yaml, which is included in version control.
Desired behavior:
Able to supply
$MAILCHIMP_API_KEYin the CP, withMAILCHIMP_API_KEY="xxxxxxxxxxx-us20"in.env. API key is not included in version control.