Skip to content

Commit

Permalink
Fix environment variable names (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreGuinaudeau authored Apr 25, 2022
1 parent 6c6a4a3 commit 1be0616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This SDK is incubating and subject to change.
pip install palantir-sdk
```

Configuration for hostname and an authentication token are provided by environment variables (`FOUNDRY_HOSTNAME`, `FOUNDRY_TOKEN`)
Configuration for hostname and an authentication token are provided by environment variables (`PALANTIR_HOSTNAME`, `PALANTIR_TOKEN`)

* `PALANTIR_HOSTNAME` is the hostname of your instance e.g. `example.palantirfoundry.com`
* `PALANTIR_TOKEN` is a token acquired from the `Tokens` section of Foundry Settings
Expand Down

0 comments on commit 1be0616

Please sign in to comment.