Environments
Environments in Abby allow you to reflect the different environments that your application may be deployed to.
For example, you may have a development
environment, a staging
environment, and a production
environment.
When using Feature Flags it is often useful to have different values for the same flag in different environments.
Remote Configuration variables can also be controlled per environment.
When you create a new Environment all Flags will get a default value of false
for that environment.