-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (24 loc) · 717 Bytes
/
.env.example
File metadata and controls
31 lines (24 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Environment
ENVIRONMENT=development
LOG_LEVEL=INFO
# Database (PostgreSQL)
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/job_scraper
# Redis (Cache & Taskiq Broker)
REDIS_URL=redis://localhost:6379/0
# API Keys
SERPER_API_KEY=your_serper_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
GEMINI_API_KEY=your_gemini_api_key_here
# Slack Notifications
SLACK_BOT_TOKEN=xoxb-your-slack-bot-token
SLACK_CHANNEL_ID=C1234567890
# Application Logic
SCRAPE_QUERY="Python Developer Ukraine"
SCRAPE_INTERVAL_MINUTES=60
DEDUP_TTL_SECONDS=86400
# Filtering Rules (Optional)
FILTER_KEYWORDS=["asyncio", "fastapi", "taskiq"]
FILTER_LOCATION="Ukraine"
FILTER_SALARY_MIN=3000
# Monitoring
SENTRY_DSN=