Externalize audit pipeline services
This commit is contained in:
14
.env.example
14
.env.example
@@ -1,8 +1,12 @@
|
||||
# App / Coolify
|
||||
APP_ENV=development
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_APP_URL=https://audit.matthias-meister-webdesign.de
|
||||
|
||||
# TASK-8 Playwright
|
||||
# Personal deployment scope
|
||||
# This repo currently targets audit.matthias-meister-webdesign.de with managed
|
||||
# server-side provider keys. SaaS BYO keys, billing, and team roles come later.
|
||||
|
||||
# Legacy TASK-8 Playwright enrichment (not required for the new external pipeline)
|
||||
TASK8_CRAWL_TIMEOUT_MS=60000
|
||||
TASK8_CRAWL_MAX_PAGES=20
|
||||
TASK8_BROWSER_ASSET_URL=
|
||||
@@ -31,6 +35,12 @@ OPENROUTER_MODEL_QUALITY_REVIEW=
|
||||
OPENROUTER_APP_NAME=
|
||||
OPENROUTER_APP_URL=
|
||||
|
||||
# ScreenshotOne
|
||||
SCREENSHOTONE_API_KEY=
|
||||
|
||||
# Jina (optional fallback; no key required for current readiness)
|
||||
JINA_API_KEY=
|
||||
|
||||
# SMTP / Stalwart
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=465
|
||||
|
||||
Reference in New Issue
Block a user