This commit is contained in:
2026-05-20 15:40:17 +07:00
parent 230eb9010c
commit dd3fd889a3
48 changed files with 3374 additions and 737 deletions

17
.env.example Normal file
View 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=