Environment¶
Environment is the category of application instance designed to separate production, development, testing and staging.
Environments can be created by a user in addition to default environments.
Environment has a type, at least one environment must per type.
Type¶
The following environment types supported:
dev
prod
staging
testing
feature