Skip to content

Commit

Permalink
docs: add README info about proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Jul 10, 2024
1 parent 8b18442 commit e000d74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@ offline, from a browser environment or implement your own caching layer. See
Unleash depends on a `ready` event of the repository you pass in. Be sure that you emit the event
**after** you've initialized unleash.

## Usage with HTTP and HTTPS proxies

You can connect to the Unleash API through the corporate proxy by setting one of the environment
variables: `HTTP_PROXY` or `HTTPS_PROXY`

## Design philosophy

This feature flag SDK is designed according to our design philosophy. You can
Expand Down

0 comments on commit e000d74

Please sign in to comment.