From a8b8f61889221f4194a6250ca191215b79b9dac9 Mon Sep 17 00:00:00 2001 From: "mentheosis@gmail.com" Date: Thu, 11 Jan 2024 23:19:16 -0800 Subject: [PATCH] explain paid_env in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb45ad79..dc0c37bb 100644 --- a/README.md +++ b/README.md @@ -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`