Define variables that can take different values depending on the environment you select.
An environment is a set of values that variables can take. For example, you may have a set (we call it Group) of Environments called Server with the variables Host and Port, while these variables take different values in each environment Development and Production:
Environments are saved in the .paw document, therefore:
- they are shared across requests in the same document
- they work independently if you have multiple documents open
- they are saved in the document
- if you share your
.paw document, others will have access to the same environments