26 lines
783 B
Plaintext
26 lines
783 B
Plaintext
# =============================================================================
|
|
# Job Ops - Environment Variables
|
|
# Copy this file to .env and fill in your values
|
|
# =============================================================================
|
|
|
|
# OpenRouter API for AI scoring and summaries
|
|
# Get your key at: https://openrouter.ai/keys
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
MODEL=openai/gpt-4o-mini
|
|
|
|
# RXResume credentials for PDF generation
|
|
# Create an account at: https://rxresu.me
|
|
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=
|