- Added new job analysis result repository and database migration system - Expanded job creation to support Glassdoor as a new provider alongside LinkedIn - Added CV analysis service launch configuration in VS Code - Updated Makefile with new commands for scraper service and migrations - Improved environment loading in cron analyzer to support local development - Added error handling for unsupported job providers - Integrated job analysis results
10 lines
395 B
Text
10 lines
395 B
Text
# RabbitMQ Configuration
|
|
RABBITMQ_URL=amqp://localhost:5672
|
|
GLASSDOOR_QUEUE_NAME=scraper.glassdoor
|
|
SCRAPER_EXCHANGE_NAME=scraper_exchange
|
|
|
|
# Chrome Configuration (optional)
|
|
CHROME_PATH=/Applications/Google Chrome.app/Contents/MacOS/Google Chrome
|
|
|
|
# Scraping Configuration
|
|
USER_AGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
|