diff --git a/.env.example b/.env.example index 8fad480b..6b50f4a4 100644 --- a/.env.example +++ b/.env.example @@ -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= \ No newline at end of file +AWS_SESSION_TOKEN= + +NX_PLAID_SECRET= +NX_FINICITY_APP_KEY= +NX_FINICITY_PARTNER_SECRET= +NX_CONVERTKIT_SECRET= \ No newline at end of file