Application settings

Settings and default configuration for your application's environments

Release deploys your application's code to multiple environments.

We make it quick and easy to create new environments by helping you skip manual configuration every time you create a new environment.

When you create new environments, Release generates each new environment's configuration files from two files in your application's settings:

  1. Application Template — the template for each new environment's Environment Configuration.

  2. Default Environment Variables — the template for each new environment's Environment Variables.

These two files are the starting points for generating environment-specific configuration for each environment you create.

After an environment is created, you can edit the environment's configuration and variables at any time. Environment-specific configuration is useful if, for instance, an environment for a feature branch needs environment variables that don't apply to other branches.

Last updated