-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env.template
36 lines (28 loc) · 1.52 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
# 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
# IMPORTANT: Also update ngrok.yml in the /ngrok directory to add your authtoken
# REDIRECT URI SETTINGS (optional, ok to leave blank)
# 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 Production, 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-europe/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 Production and should leave the PLAID_PRODUCTION_REDIRECT_URI blank.
# To demo the OAuth flow you may use the Chrome browser to simulate a mobile device.
# Learn how to do this under "Mobile Device Viewport Mode" here:
# https://developer.chrome.com/docs/devtools/device-mode/
PLAID_SANDBOX_REDIRECT_URI=
PLAID_PRODUCTION_REDIRECT_URI=