Skip to content

Commit eb4bad6

Browse files
authored
Merge pull request #300 from plaid/phoenixy1-patch-6
Update .env.example
2 parents 0eacd72 + 0a60102 commit eb4bad6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ PLAID_SECRET=
77
PLAID_ENV=sandbox
88
# PLAID_PRODUCTS is a comma-separated list of products to use when
99
# initializing Link, e.g. PLAID_PRODUCTS=auth,transactions.
10-
# see https://plaid.com/docs/api/tokens/#link-token-create-request-products for a complete list
10+
# see https://plaid.com/docs/api/tokens/#link-token-create-request-products for a complete list.
11+
# Only institutions that support ALL listed products will be displayed in Link.
12+
# If you don't see the institution you want in Link, remove any products you aren't using.
1113
# Important: When moving to Production, make sure to update this list with only the products
1214
# you plan to use. Otherwise, you may be billed for unneeded products.
1315
PLAID_PRODUCTS=auth,transactions

0 commit comments

Comments
 (0)