cloud.gov.au will start managing this project's CF_* env vars in circleci, and to make it easier for us we need to have a standard naming convention for environment variables across all repos we look after.
Nothing should change for this project, this is really just house cleaning to use the standard names.
The standard naming convention is:
CF_API_PROD
CF_API_STAGING
CF_ORG
CF_PASSWORD_PROD
CF_PASSWORD_STAGING
CF_SPACE
CF_USERNAME
After this has been merged we can remove any CF_* env vars in circleci that arent in the above list.
cloud.gov.au will start managing this project's CF_* env vars in circleci, and to make it easier for us we need to have a standard naming convention for environment variables across all repos we look after. Nothing should change for this project, this is really just house cleaning to use the standard names.
The standard naming convention is: CF_API_PROD CF_API_STAGING CF_ORG CF_PASSWORD_PROD CF_PASSWORD_STAGING CF_SPACE CF_USERNAME
After this has been merged we can remove any CF_* env vars in circleci that arent in the above list.