Created
November 23, 2016 13:57
-
-
Save netmilk/02c6195c2979c32dda2c670bc5d88feb to your computer and use it in GitHub Desktop.
Embed environments configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Data Structures | |
## Environments (array) | |
### Items | |
- (Environment) | |
## Environment | |
- label (optional)- The label to be rendered in the Machine colunm in the examples and in the console | |
- One Of | |
- host - Base URL for the API including scheme | |
- apiaryTarget (enum) | |
- mock - The mock URL generated by Apiary | |
- proxy - The proxy URL generated by Apiary, proxied to the host URL from the API description | |
- production - The host base URL from the API decription | |
- `default`: false (optional) | |
- default: false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment