# Server PORT=3001 # OpenRouter API (for AI features) OPENROUTER_API_KEY=your_openrouter_api_key_here MODEL=openai/gpt-4o-mini # Notion integration (optional) NOTION_API_KEY= NOTION_DATABASE_ID= # Webhook security (optional) WEBHOOK_SECRET= # Pipeline configuration PIPELINE_TOP_N=10 PIPELINE_MIN_SCORE=50 # RXResume credentials (for PDF generation) RXRESUME_EMAIL= RXRESUME_PASSWORD= # ============================================================================= # JobSpy (Indeed/LinkedIn scraping) - optional # ============================================================================= JOBSPY_SITES=indeed,linkedin JOBSPY_SEARCH_TERM=web developer JOBSPY_LOCATION=UK JOBSPY_RESULTS_WANTED=200 JOBSPY_HOURS_OLD=72 JOBSPY_COUNTRY_INDEED=UK JOBSPY_LINKEDIN_FETCH_DESCRIPTION=1