-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (33 loc) · 1.19 KB
/
.env.example
File metadata and controls
44 lines (33 loc) · 1.19 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# API Config
API_DRY_RUN=false
# Sitemap configurations
## Manages how often the sitemap says its updated from after most recent deployment
SITEMAP_REVALIDATE_SECONDS=518400
# Performance Redirect Hook for test environments with low-end specs (enabled by default as intended, set "false" to turn it off)
NEXT_PUBLIC_DISABLE_PERF_REDIRECT=false
# Enable error boundary test page for local testing (keep FALSE for live deployments)
NEXT_PUBLIC_ENABLE_TEST_PAGE=true
# Bot page configurations
BOT_GLOBAL_REVALIDATE_SECONDS=20
BOT_GLOBAL_USE_HARDCODED_ORDER=false
# Playwright test settings
BASE_URL=http://localhost:3000
PW_DEV=true
strict_mode_errors=false
strict_mode_warning=false
## Browser pair toggles (desktop + mobile)
ENABLE_CHROME=true
ENABLE_FIREFOX=true
## Variant toggles (per browser)
ENABLE_CHROME_DESKTOP=true
ENABLE_CHROME_MOBILE=true
ENABLE_FIREFOX_DESKTOP=true
ENABLE_FIREFOX_MOBILE=true
# Operations API secret (shared by cron, revalidate, and IP sync endpoints)
CRON_SECRET=
# Edge Config ID (required for writes)
EDGE_CONFIG_ID=
# Vercel Personal Access Token (required for writes via REST API)
VERCEL_ACCESS_TOKEN=
# Optional: team id if Edge Config belongs to a team
VERCEL_TEAM_ID=