Store Project credentials

tag::store-project-credentials[] You must be the project owner to add, modify, or delete environment variables.

Use environment variables to set up the secure configuration to inject when the project executes.

  1. Go to the Settings tab on the project.

  2. In the Environment variables section, add the key/value pairs to inject as environment variables:

    Environment variables

    The values are passed verbatim, so escaping is not required. The value has a 64K length limit.

end::store-project-credentials[]