readonly mode
This commit is contained in:
+5
-23
@@ -13,29 +13,11 @@ MODEL=openai/gpt-4o-mini
|
||||
RXRESUME_EMAIL=your_email@example.com
|
||||
RXRESUME_PASSWORD=your_password_here
|
||||
|
||||
# Pipeline configuration
|
||||
PIPELINE_TOP_N=10
|
||||
PIPELINE_MIN_SCORE=50
|
||||
|
||||
# Optional: Notion integration for job tracking
|
||||
NOTION_API_KEY=
|
||||
NOTION_DATABASE_ID=
|
||||
|
||||
# Optional: Webhook secret for n8n automation
|
||||
WEBHOOK_SECRET=
|
||||
PIPELINE_WEBHOOK_URL=
|
||||
JOB_COMPLETE_WEBHOOK_URL=
|
||||
|
||||
# =============================================================================
|
||||
# JobSpy (Indeed/LinkedIn scraping) - optional
|
||||
# =============================================================================
|
||||
# These control the Python JobSpy scraper used by the pipeline.
|
||||
|
||||
JOBSPY_LOCATION=UK
|
||||
JOBSPY_RESULTS_WANTED=200
|
||||
JOBSPY_HOURS_OLD=72
|
||||
JOBSPY_COUNTRY_INDEED=UK
|
||||
JOBSPY_LINKEDIN_FETCH_DESCRIPTION=1
|
||||
# Optional: Basic Auth for write access (read-only without auth)
|
||||
# When set, all write actions (POST/PATCH/DELETE) require Basic Auth.
|
||||
# Browsing remains public and read-only.
|
||||
BASIC_AUTH_USER=
|
||||
BASIC_AUTH_PASSWORD=
|
||||
|
||||
# =============================================================================
|
||||
# UKVisaJobs (UK visa sponsorship jobs) - optional
|
||||
|
||||
Reference in New Issue
Block a user