aaa
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user