-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 1017 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (19 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy this file to .env for local development.
# Leave the workbook URL blank to use the checked-in CSV templates.
# Use one anonymously downloadable HTTPS .xlsx workbook URL.
# The app/automation uses no Drive connector, Google API, OAuth grant, service account, or Google account access.
# Anonymous HTTPS XLSX workbook source
PORTFOLIO_WORKBOOK_URL=
PORTFOLIO_REQUIRE_REMOTE_CONTENT=false
# Public browser configuration. Production and preview builds must select their own key without fallback.
NEXT_PUBLIC_TURNSTILE_SITE_KEY=
NEXT_PUBLIC_TURNSTILE_PREVIEW_SITE_KEY=
# Server-only local configuration. Use development credentials, never production secrets.
# The CONTACT_RATE_LIMIT_DB binding is declared in wrangler.jsonc and uses local D1 emulation; it is not an environment variable.
TURNSTILE_SECRET_KEY=
TURNSTILE_ALLOWED_HOSTNAMES=localhost,127.0.0.1
RESEND_API_KEY=
CONTACT_RECIPIENT_EMAIL=
CONTACT_ALLOWED_ORIGINS=http://localhost:8788,http://127.0.0.1:8788
CONTACT_FROM_EMAIL=
CONTACT_REPLY_TO_EMAIL=