When to use
- •Use when adding/updating env vars for app or crawler services.
- •Use when creating or linking staging/development environments.
Workflow
- •List current variables first.
- •Compare with required runtime config for this repo.
- •Apply only requested changes.
- •Confirm final variable set after update.
- •Note whether restart/redeploy is needed.
Safety
- •Do not print secret values in plain text.
- •Show names changed, not raw secret contents.
- •Flag missing required vars explicitly.
Common vars for this repo
- •
DATABASE_URL - •
PLAYWRIGHT_URL - •
FINANCIAL_DOCUMENTS_PATH - •
RDF_*crawler tuning vars