mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 23:15:24 +02:00
add missing postmark env vars
This commit is contained in:
parent
47056203d0
commit
2a89e52f7a
1 changed files with 6 additions and 1 deletions
|
@ -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=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue