Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ getURLFor('canary').then((url) => {
// use the URL here
});
```

### Proxy

Proxies are supported through `https_proxy`, `http_proxy`, and `no_proxy` environment variables:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's have these in the README as both SCREAMING_SNAKE_CASE and lower case, or otherwise make it clearer that we are operating insensitively.


```
https_proxy=http://localhost:8080 npx ember-source-channel-url canary --write
```
Loading