This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.env.template
40 lines (31 loc) · 1.73 KB
/
.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Your Plaid keys, which can be found in the Plaid Dashboard.
# https://dashboard.plaid.com/developers/keys
PLAID_CLIENT_ID=
PLAID_SECRET_PRODUCTION=
PLAID_SECRET_SANDBOX=
# The Plaid environment to use ('sandbox' or 'production').
# https://plaid.com/docs/#api-host
PLAID_ENV=sandbox
# The link customization name from your dashboard to enable Transfer UI:
# On the Plaid developer dashboard (https://dashboard.plaid.com/team/api), create a new customization
# for Transfer UI with the view behavior set to "Enabled for one account". This is the only view behavior
# supported by Transfer UI.
LINK_CUSTOMIZATION_NAME=
# IMPORTANT: Also update ngrok.yml in the /ngrok directory to add your authtoken
# (Optional) Redirect URI settings section
# Only required for OAuth redirect URI testing (not common on desktop):
# Sandbox Mode:
# Set the PLAID_SANDBOX_REDIRECT_URI below to 'http://localhost:3002/oauth-link'.
# The OAuth redirect flow requires an endpoint on the developer's website
# that the bank website should redirect to. You will also need to configure
# this redirect URI for your client ID through the Plaid developer dashboard
# at https://dashboard.plaid.com/team/api.
# Production
# When running in the Production environment, you must use an https:// url.
# You will need to configure this https:// redirect URI in the Plaid developer dashboard.
# Instructions to create a self-signed certificate for localhost can be found at
# https://github.com/plaid/pattern-account-funding/blob/master/README.md#testing-oauth
# If your system is not set up to run localhost with https://, you will be unable to test
# the OAuth in development and should leave the PLAID_PRODUCTION_REDIRECT_URI blank.
PLAID_SANDBOX_REDIRECT_URI=
PLAID_PRODUCTION_REDIRECT_URI=