Skip to content

Commit 8bce278

Browse files
committed
Added empty ENV variables to help with errors
Ultimately there's a LOT of these that will get removed as we do cleanup, but just trying to reduce errors for the time being
1 parent 1e73ce9 commit 8bce278

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.env.example

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Used by `prisma` commands
22
NX_DATABASE_URL=postgresql://maybe:maybe@localhost:5433/maybe_local
3+
NX_DATABASE_SECRET=
34

45
# If using free ngrok account for webhooks
56
NGROK_AUTH_TOKEN=
67

78
# Required for Auth0 deploy client (see `yarn auth0:deploy` command)
89
AUTH0_ENV=development
10+
NX_AUTH0_MGMT_CLIENT_SECRET=
11+
NX_AUTH0_MGMT_CLIENT_SECRET=
12+
NX_AUTH0_CLIENT_SECRET=
913
AUTH0_DEPLOY_CLIENT_SECRET=
1014
POSTMARK_SMTP_PASS=
15+
NX_SESSION_SECRET=
1116

1217
# If you want to test any code that utilizes the AWS SDK locally, add temporary STAGING credentials (can be retrieved from SSO dashboard)
1318
AWS_ACCESS_KEY_ID=
1419
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=

0 commit comments

Comments
 (0)