-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
38 lines (30 loc) · 1.27 KB
/
Copy pathexample.env
File metadata and controls
38 lines (30 loc) · 1.27 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
# SEO Polish environment example
#
# Copy this file to .env for local use, or export the variables in your shell/CI.
# Do not commit real API keys, bearer tokens, or owner-auth credentials.
# Core scan defaults read by the workflow.
SEO_POLISH_MAX_PAGES=50
SEO_POLISH_OUTPUT_DIR=seo-polish-report
# Optional field-data providers.
# Supported values: none, crux, gsc, rum, all, or a comma-separated list such as crux,gsc.
SEO_POLISH_FIELD_DATA=none
# Chrome UX Report field data.
# Required when SEO_POLISH_FIELD_DATA includes crux.
SEO_POLISH_CRUX_API_KEY=
# Optional legacy alias also supported by the scanner.
CRUX_API_KEY=
# Google Search Console owner-auth data.
# Required when SEO_POLISH_FIELD_DATA includes gsc.
# Example property values: sc-domain:example.com or https://www.example.com/
SEO_POLISH_GSC_SITE=
SEO_POLISH_GSC_ACCESS_TOKEN=
# Optional legacy alias also supported by the scanner.
GOOGLE_SEARCH_CONSOLE_ACCESS_TOKEN=
# First-party Web Vitals/RUM export.
# Required when SEO_POLISH_FIELD_DATA includes rum.
SEO_POLISH_RUM_FILE=./rum-vitals.json
# Report UI smoke-test override.
# Use the platform path delimiter for multiple report HTML files.
# macOS/Linux: path/a/index.html:path/b/index.html
# Windows: path\a\index.html;path\b\index.html
SEO_POLISH_REPORT_UI_TARGETS=