-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 1005 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# .env.example
# --- Client-side (NEXT_PUBLIC_*) — embedded in static output, visible to browsers ---
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_SITE_NAME='Ctrl-F Plus - Multi-Tab Search'
NEXT_PUBLIC_CHROME_STORE_URL=https://chrome.google.com/webstore/detail/ctrl-f-plus-multi-tab-sea/dkfbnlclahcmcgehpancgfhogmilankf
NEXT_PUBLIC_GITHUB_EXT_URL=https://github.com/ctrl-f-plus/ctrl-f-plus-chrome-extension
NEXT_PUBLIC_GITHUB_ORGANIZATION_URL=https://github.com/ctrl-f-plus
NEXT_PUBLIC_OPEN_COLLECTIVE_URL=https://opencollective.com/ctrl-f-plus-chrome-extension
NEXT_PUBLIC_CONTACT_EMAIL=support@ctrl-f.plus
# Optional — Cloudflare Web Analytics
NEXT_PUBLIC_CF_ANALYTICS_TOKEN=
# Optional — CloudWatch RUM (active after CDK deploys App Monitor + Cognito pool)
NEXT_PUBLIC_CW_RUM_APP_MONITOR_ID=
NEXT_PUBLIC_CW_RUM_IDENTITY_POOL_ID=
NEXT_PUBLIC_AWS_REGION=
# Optional — Sentry error tracking
NEXT_PUBLIC_SENTRY_DSN=
# --- Build-time only — never shipped to browsers ---
AWS_REGION=