- Share source files without sharing credentials.
- Keep credentials out of version control systems like Git or Domino.
- Let only privileged users (like the project owner) change sensitive variables.
Store environment variables in a secret store
Project environment variables can be stored in a secure credential store. You must be the project owner to add, modify, or delete environment variables.- Go to the Settings tab on the project.
-
In the Environment variables section, add the key/value pairs to inject as environment variables:
The values are passed verbatim, so escaping is not required. The value has a 64K length limit.
All collaborators in a project can see the environment variable values.
Next steps
- Learn how to define and inject environment variables for Projects, Models, and users.