mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
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
This commit is contained in:
parent
1e73ce9114
commit
8bce278354
1 changed files with 11 additions and 1 deletions
10
.env.example
10
.env.example
|
@ -1,15 +1,25 @@
|
||||||
# Used by `prisma` commands
|
# Used by `prisma` commands
|
||||||
NX_DATABASE_URL=postgresql://maybe:maybe@localhost:5433/maybe_local
|
NX_DATABASE_URL=postgresql://maybe:maybe@localhost:5433/maybe_local
|
||||||
|
NX_DATABASE_SECRET=
|
||||||
|
|
||||||
# If using free ngrok account for webhooks
|
# If using free ngrok account for webhooks
|
||||||
NGROK_AUTH_TOKEN=
|
NGROK_AUTH_TOKEN=
|
||||||
|
|
||||||
# Required for Auth0 deploy client (see `yarn auth0:deploy` command)
|
# Required for Auth0 deploy client (see `yarn auth0:deploy` command)
|
||||||
AUTH0_ENV=development
|
AUTH0_ENV=development
|
||||||
|
NX_AUTH0_MGMT_CLIENT_SECRET=
|
||||||
|
NX_AUTH0_MGMT_CLIENT_SECRET=
|
||||||
|
NX_AUTH0_CLIENT_SECRET=
|
||||||
AUTH0_DEPLOY_CLIENT_SECRET=
|
AUTH0_DEPLOY_CLIENT_SECRET=
|
||||||
POSTMARK_SMTP_PASS=
|
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)
|
# 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_ACCESS_KEY_ID=
|
||||||
AWS_SECRET_ACCESS_KEY=
|
AWS_SECRET_ACCESS_KEY=
|
||||||
AWS_SESSION_TOKEN=
|
AWS_SESSION_TOKEN=
|
||||||
|
|
||||||
|
NX_PLAID_SECRET=
|
||||||
|
NX_FINICITY_APP_KEY=
|
||||||
|
NX_FINICITY_PARTNER_SECRET=
|
||||||
|
NX_CONVERTKIT_SECRET=
|
Loading…
Add table
Add a link
Reference in a new issue