1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

add missing postmark env vars

This commit is contained in:
Tyler Myracle 2024-01-14 13:46:05 -06:00
parent 47056203d0
commit 2a89e52f7a

View file

@ -8,7 +8,6 @@ NX_POLYGON_API_KEY=
# If using free ngrok account for webhooks # If using free ngrok account for webhooks
NGROK_AUTH_TOKEN= NGROK_AUTH_TOKEN=
POSTMARK_SMTP_PASS=
NX_SESSION_SECRET= NX_SESSION_SECRET=
# Generate a new secret using openssl rand -base64 32 # Generate a new secret using openssl rand -base64 32
@ -22,3 +21,9 @@ NX_FINICITY_PARTNER_SECRET=
NX_CONVERTKIT_SECRET= NX_CONVERTKIT_SECRET=
NEXT_PUBLIC_ZAPIER_FEEDBACK_HOOK_URL= NEXT_PUBLIC_ZAPIER_FEEDBACK_HOOK_URL=
# Email credentials
POSTMARK_SMTP_PASS=
NX_POSTMARK_FROM_ADDRESS=account@example.com
NX_POSTMARK_REPLY_TO_ADDRESS=support@example.com
NX_POSTMARK_API_TOKEN=