Skip to content

Commit

Permalink
Merge pull request #14 from mentheosis/kw-update-readme
Browse files Browse the repository at this point in the history
explain paid_env in the readme
  • Loading branch information
kurtbuilds authored Jan 21, 2024
2 parents 82c5c34 + a8b8f61 commit d1d1f8d
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 @@ -42,7 +42,7 @@ async fn main() {

This example loads configuration from environment variables, specifically:

* `PLAID_ENV`
* `PLAID_ENV` (Note: this env var should contain the base uri for the plaid service, e.g. https://sandbox.plaid.com, rather than just the env name sandbox/development/production)

* `PLAID_CLIENT_ID`

Expand Down

0 comments on commit d1d1f8d

Please sign in to comment.