1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-09 13:47:13 +02:00

Small tweak to table

This commit is contained in:
melindafekete 2025-07-28 13:05:54 +02:00
parent a3a363e220
commit 2d3491966c
No known key found for this signature in database

View File

@ -49,7 +49,7 @@ When you configure an environment in Unleash, you define two properties:
- **Name**: A custom, human-readable name of your choice. This should match the environment in your workflow, such as `dev`, `qa`, or `live`.
- **Type**: One of four predefined options: `development`, `test`, `pre-production`, or `production`. This environment type is important for [flag lifecycle](/reference/feature-toggles#feature-flag-lifecycle), helping you improve your workflows and flag cleanup.
| Release phase/name | Purpose | Name in Unleash | Environment type |
| Release phase/name | Purpose | Environment name | Environment type |
|--------------------|--------------------------------------------------------|-----------------|--------------------|
| Development | Local developer machines or shared development servers | `development` | `development` |
| Testing | For automated tests and manual QA | `testing` | `test` |