File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Used by `prisma` commands
2
2
NX_DATABASE_URL = postgresql://maybe:maybe@localhost:5433/maybe_local
3
+ NX_DATABASE_SECRET =
3
4
4
5
# If using free ngrok account for webhooks
5
6
NGROK_AUTH_TOKEN =
6
7
7
8
# Required for Auth0 deploy client (see `yarn auth0:deploy` command)
8
9
AUTH0_ENV = development
10
+ NX_AUTH0_MGMT_CLIENT_SECRET =
11
+ NX_AUTH0_MGMT_CLIENT_SECRET =
12
+ NX_AUTH0_CLIENT_SECRET =
9
13
AUTH0_DEPLOY_CLIENT_SECRET =
10
14
POSTMARK_SMTP_PASS =
15
+ NX_SESSION_SECRET =
11
16
12
17
# If you want to test any code that utilizes the AWS SDK locally, add temporary STAGING credentials (can be retrieved from SSO dashboard)
13
18
AWS_ACCESS_KEY_ID =
14
19
AWS_SECRET_ACCESS_KEY =
15
- AWS_SESSION_TOKEN =
20
+ AWS_SESSION_TOKEN =
21
+
22
+ NX_PLAID_SECRET =
23
+ NX_FINICITY_APP_KEY =
24
+ NX_FINICITY_PARTNER_SECRET =
25
+ NX_CONVERTKIT_SECRET =
You can’t perform that action at this time.
0 commit comments