Skip to content

Commit c2a0ba3

Browse files
authored
Merge pull request #438 from yingw787/update_env_example
Update .env.example use no quote characters for default redirect URI.
2 parents 608a3c6 + 9903c16 commit c2a0ba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ PLAID_ENV=sandbox
1414
# If you don't see the institution you want in Link, remove any products you aren't using.
1515
# Some products (Payment Initiation, Payroll or Document Income, Identity Verification) cannot be specified
1616
# Alongside other products.
17-
# NOTE: The Identity Verification (IDV) and Income APIs have separate Quickstart apps.
18-
# For IDV, use https://github.com/plaid/idv-quickstart
17+
# NOTE: The Identity Verification (IDV) and Income APIs have separate Quickstart apps.
18+
# For IDV, use https://github.com/plaid/idv-quickstart
1919
# For Income, use https://github.com/plaid/income-sample
2020
# Important:
2121
# When moving to Production, make sure to update this list with only the products
@@ -32,7 +32,7 @@ PLAID_COUNTRY_CODES=US,CA
3232
# PLAID_REDIRECT_URI is optional for this Quickstart application.
3333
# If you're not sure if you need to use this field, you can leave it blank
3434
#
35-
# If using this field on Sandbox, set PLAID_REDIRECT_URI to 'http://localhost:3000/'
35+
# If using this field on Sandbox, set PLAID_REDIRECT_URI to http://localhost:3000/ (no quote characters)
3636
# The OAuth redirect flow requires an endpoint on the developer's website
3737
# that the bank website should redirect to. You will need to configure
3838
# this redirect URI for your client ID through the Plaid developer dashboard

0 commit comments

Comments
 (0)