Skip to content

Commit

Permalink
Merge pull request #105 from 1Password/fix/readme
Browse files Browse the repository at this point in the history
Fix the env var name to override default http client timeouts
  • Loading branch information
volodymyrZotov authored Apr 3, 2024
2 parents 0429e1e + 944036d commit f558c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Check the [Python Connect SDK Example](example/README.md) to see an example of i
export OP_CONNECT_TOKEN=<your-connect-token>
```

2.1 If you need a higher timeout on the client requests you can export `OP_CLIENT_REQUEST_TIMEOUT` environment variable:
2.1 If you need a higher timeout on the client requests you can export `OP_CONNECT_CLIENT_REQ_TIMEOUT` environment variable:
```sh
# set the timeout to 90 seconds
export OP_CLIENT_REQUEST_TIMEOUT=90
export OP_CONNECT_CLIENT_REQ_TIMEOUT=90
```

3. Use the SDK:
Expand Down

0 comments on commit f558c9b

Please sign in to comment.