18 lines
519 B
Text
18 lines
519 B
Text
# Database Configuration
|
|
DB_HOST=postgres
|
|
DB_PORT=5432
|
|
DB_NAME=jobs_scraper
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
|
|
# OpenRouter Configuration (for job description extraction)
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
CV_AI_MODEL=google/gemini-flash-1.5
|
|
|
|
# Optional: OpenAI Configuration (alternative to OpenRouter)
|
|
# OPENAI_API_KEY=your_openai_api_key_here
|
|
# OPENAI_BASE_URL=https://api.openai.com/v1
|
|
|
|
# Chrome/Chromedp Configuration (usually defaults are fine)
|
|
CHROMEDP_DISABLE_GPU=true
|
|
CHROMEDP_NO_SANDBOX=true
|