-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 1.05 KB
/
Copy path.env.example
File metadata and controls
25 lines (21 loc) · 1.05 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
# Plaintext fallback for forks and CI. Copy to .env.local and fill in the values.
# Prefer 1Password Environments via `pnpm dev:op` — see the "Secrets" section of the README.
# Local Environment ID: copy .op/refs.env.example to .op/refs.env (gitignored).
#
# Optional: test the production runtime SDK path locally (not needed for dev:op).
# OP_SERVICE_ACCOUNT_TOKEN=
# OP_ENVIRONMENT_ID=
# Resend API key. Required.
RESEND_API_KEY=
# Non-secret mail configuration.
# RESEND_FROM_EMAIL MUST live on a domain verified in your Resend dashboard,
# otherwise Resend will reject the request at send time.
RESEND_FROM_EMAIL="hello@example.com"
RESEND_FROM_NAME="Example Contact Form"
# Inbox that receives contact-form submissions. Any deliverable address is fine.
CONTACT_EMAIL_TO="you@example.com"
# Optional. Override the canonical origin used by metadata, robots.txt,
# sitemap.xml, and the contact route CORS allowlist. Defaults to the
# production values in src/lib/site.ts.
# NEXT_PUBLIC_SITE_URL="https://james.cadena.sh"
# NEXT_PUBLIC_APEX_URL="https://cadena.sh"