-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (26 loc) · 2.2 KB
/
Copy path.env.example
File metadata and controls
29 lines (26 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copy to .env.local and fill in. None of these are committed (see .gitignore).
# ──────────────────────────────────────────────────────────────────────────
# Contact form — SMTP (nodemailer). All five are required for /api/email to
# send mail. FROM_EMAIL should be an address on a domain you control so SPF/
# DKIM pass; TO_EMAIL is where contact submissions are delivered.
# ──────────────────────────────────────────────────────────────────────────
EMAIL_HOST=
EMAIL_USER=
EMAIL_PASS=
FROM_EMAIL=
TO_EMAIL=
# ──────────────────────────────────────────────────────────────────────────
# Google reCAPTCHA v3 — spam protection for the contact form. Optional: if the
# secret is unset, server verification is skipped (fail-open) and the form
# still works. Create keys at https://www.google.com/recaptcha/admin/create
# • type: reCAPTCHA v3
# • domains: zack.land, www.zack.land, localhost
# After setting these in Vercel, REDEPLOY so the public site key is inlined
# into the client bundle.
# ──────────────────────────────────────────────────────────────────────────
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=
# ──────────────────────────────────────────────────────────────────────────
# Behance API — powers the portfolio "Digital Art" page.
# ──────────────────────────────────────────────────────────────────────────
BEHANCE_API_KEY=