Jobber/.env.example
2026-01-20 13:30:56 +00:00

30 lines
1.2 KiB
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
# for reference: https://docs.rxresu.me/guides/using-the-api
RXRESUME_API_KEY=
# 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
# =============================================================================
# Provide email/password for automatic login and token refresh.
# See extractors/ukvisajobs/README.md for detailed instructions.
UKVISAJOBS_EMAIL=
UKVISAJOBS_PASSWORD=
UKVISAJOBS_HEADLESS=true