Skip to content

Commit

Permalink
Update proxy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed May 1, 2024
1 parent 50ba690 commit 3fc2e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/http/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The `proxy` option is a URL string that specifies the proxy server. It can inclu

---

You can also set the `$PROXY_URL` environment variable to the proxy URL. This is useful when you want to use the same proxy for all requests.
You can also set the `$HTTP_PROXY` or `$HTTPS_PROXY` environment variable to the proxy URL. This is useful when you want to use the same proxy for all requests.

```sh
PROXY_URL=https://username:[email protected]:8080 bun run index.ts
HTTPS_PROXY=https://username:[email protected]:8080 bun run index.ts
```

0 comments on commit 3fc2e45

Please sign in to comment.