chore: update .env.example

This commit is contained in:
shadcn 2022-12-01 19:37:10 +04:00
parent 0a9f4759ce
commit 44e89d4ef4

View file

@ -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=