Skip to content

Commit

Permalink
Added empty ENV variables to help with errors
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Shpigford committed Jan 11, 2024
1 parent 1e73ce9 commit 8bce278
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# Used by `prisma` commands
NX_DATABASE_URL=postgresql://maybe:maybe@localhost:5433/maybe_local
NX_DATABASE_SECRET=

# If using free ngrok account for webhooks
NGROK_AUTH_TOKEN=

# Required for Auth0 deploy client (see `yarn auth0:deploy` command)
AUTH0_ENV=development
NX_AUTH0_MGMT_CLIENT_SECRET=
NX_AUTH0_MGMT_CLIENT_SECRET=
NX_AUTH0_CLIENT_SECRET=
AUTH0_DEPLOY_CLIENT_SECRET=
POSTMARK_SMTP_PASS=
NX_SESSION_SECRET=

# If you want to test any code that utilizes the AWS SDK locally, add temporary STAGING credentials (can be retrieved from SSO dashboard)
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_SESSION_TOKEN=
AWS_SESSION_TOKEN=

NX_PLAID_SECRET=
NX_FINICITY_APP_KEY=
NX_FINICITY_PARTNER_SECRET=
NX_CONVERTKIT_SECRET=

0 comments on commit 8bce278

Please sign in to comment.