18 lines
541 B
Plaintext
18 lines
541 B
Plaintext
# Postgres
|
|
PGHOST=
|
|
PGUSER=
|
|
PGPASSWORD=
|
|
PGDATABASE=
|
|
PGPORT=5432
|
|
|
|
# Email (optional — without these, sendEmailInvite logs to console and the
|
|
# invitation row still gets persisted so the owner can copy the URL).
|
|
# Resend.com — RESEND_API_KEY is the secret API key; INVITE_FROM_EMAIL must be
|
|
# a verified sender domain in your Resend account.
|
|
RESEND_API_KEY=
|
|
INVITE_FROM_EMAIL=
|
|
|
|
# Optional override for the origin used in invite URLs. Falls back to the
|
|
# request's host/protocol if unset. Server-only — never sent to the browser.
|
|
APP_URL=
|