-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 1.14 KB
/
Copy path.env.example
File metadata and controls
27 lines (21 loc) · 1.14 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
# Copy this file to ".env" and adjust as needed, then load it with:
# node --env-file=.env src/server.mjs (Node 20.6+)
# Every value here is OPTIONAL — with no .env the tool auto-detects the Search
# Console properties your account can access and reads your public sitemap.
# Which Search Console property to monitor. Exact match is preferred; otherwise
# a loose match on the bare domain is used. If unset, the first property your
# account can access is selected automatically.
# GSC_SITE=sc-domain:connascent.com
# GSC_SITE=https://connascent.com/
GSC_SITE=sc-domain:connascent.com
# Public sitemap the URL list is pulled from (fetched live on every run).
GSC_SITEMAP_URL=https://connascent.com/sitemap.xml
# Offline fallback: path to a local sitemap.xml. Used only when GSC_SITEMAP_URL
# is unset or unreachable. Defaults to ./sitemap.xml at the project root.
# GSC_LOCAL_SITEMAP=./sitemap.xml
# Port for the local dashboard (default 4500).
# PORT=4500
# Set to 1 to NOT auto-open a browser when the dashboard starts (headless / CI).
# GSC_NO_OPEN=1
# Path to the SQLite database file (default ./gsc.db at the project root).
# GSC_DB=./gsc.db