mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-23 17:28:23 +00:00
chore: update .env.example
This commit is contained in:
parent
0a9f4759ce
commit
44e89d4ef4
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
# App
|
||||
# -----------------------------------------------------------------------------
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
|
@ -19,11 +22,13 @@ DATABASE_URL="mysql://root:root@localhost:3306/taxonomy?schema=public"
|
|||
# Email (Postmark)
|
||||
# -----------------------------------------------------------------------------
|
||||
POSTMARK_API_TOKEN=
|
||||
POSTMARK_SIGN_IN_TEMPLATE=
|
||||
POSTMARK_ACTIVATION_TEMPLATE=
|
||||
SMTP_HOST=smtp.postmarkapp.com
|
||||
SMTP_PORT=25
|
||||
SMTP_USER=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_FROM=Taxonomy <taxonomy@example.com>
|
||||
SMTP_FROM=
|
||||
const POSTMARK_SIGN_IN_TEMPLATE=
|
||||
const POSTMARK_ACTIVATION_TEMPLATE=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue