Skip to content

Commit

Permalink
fix: provide example values to URLs (screwdriver-cd#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafan authored and tkyi committed Mar 19, 2019
1 parent 7d7805b commit 884d130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ These environment variables may or may not be available depending on what plugin

| Name | Description |
|------|-------|
| SD_API_URL | Link to the Screwdriver API URL |
| SD_BUILD_URL | Link to the Screwdriver build URL |
| SD_STORE_URL | Link to the Screwdriver Store URL |
| SD_API_URL | Link to the Screwdriver API URL (e.g.: `https://api.screwdriver.cd/v4/`) |
| SD_BUILD_URL | Link to the Screwdriver build API URL (e.g.: `https://api.screwdriver.cd/v4/builds/1`) |
| SD_STORE_URL | Link to the Screwdriver Store URL (e.g.: `https://store.screwdriver.cd/v1/`) |


## Continuous Integration
Expand Down

0 comments on commit 884d130

Please sign in to comment.