Configuration bundle
You can create configuration bundles which you're able to apply to deployments later. These are templatized key-value pairs for environment variables.
Configuration bundles are shared between the members of a team.
Configuration bundles act as .env files.
Multiple bundles can be applied to a deployment.
Keys can't conflict between bundles applied to a deployment.
Values of a bundle can be overwritten manually when you set up the deployment. This won't impact the value stored in the bundle.
Last updated