Environment
An environment is an isolated deployment context where a system runs, with its own configuration, access controls, and (often) its own data.
Environments exist to reduce risk and make change safer by separating development and validation from production use.
Examples
Section titled “Examples”- Development environment
- Test environment
- Staging / acceptance environment
- Production environment