Skip to content

Instantly share code, notes, and snippets.

@netmilk
Created November 23, 2016 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netmilk/02c6195c2979c32dda2c670bc5d88feb to your computer and use it in GitHub Desktop.
Save netmilk/02c6195c2979c32dda2c670bc5d88feb to your computer and use it in GitHub Desktop.
Embed environments configuration
# 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