Update editor-configuration.md

This commit is contained in:
Robert Wallach
2018-03-20 15:11:28 -05:00
committed by GitHub
parent 7f82c69650
commit 83c2c613b1

View File

@@ -16,7 +16,7 @@ You can make changes to the `.stoplight.yml` file by opening it:
![](../../assets/images/editor-configuration2.png)
Environments make it easy to auto-populate variables (hostnames, ports, passwords, etc.) used by specifications and scenarios. Read more about them [here](../testing/variables-environment.md).
Environments make it easy to auto-populate variables (hostnames, ports, passwords, etc.) used by specifications and scenarios. Read more about them [here](/testing/using-variables/environment).
The environments and variables defined in the `.stoplight.yml` are shared amongst all users, which makes this a good place to define common or shared variables, such as the url host for a particular API + environment.
@@ -30,6 +30,6 @@ These environments can be customized by editing the `environments` key of the `.
***
**Related**
**Related Articles**
* [Testing Environment Variables](../testing/variables-environment.md)
* [Testing Environment Variables](/testing/using-variables/environment)