Files
offerpie_job_cleaner/.env
T
2026-06-23 10:03:51 +08:00

42 lines
844 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ENV=dev
# PostgreSQL(本地爬虫库)
PG_HOST=192.168.31.51
PG_PORT=5432
PG_USER=postgres
PG_PASSWORD=feAeyR0u2fJGSS5ooFdHnSbyHQNY4WlV
PG_DB=postgres
# MySQL(业务库)
DB_HOST=8.163.14.142
DB_PORT=30006
DB_USER=root
DB_PASSWORD=^CgDatabase2020
DB_NAME=offerpie
# AI 供应商
VOLCENGINE_API_KEY=fd065993-bee2-4f31-8bf2-56d5d3012c02
VOLCENGINE_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
# ClaudeAnthropic 风格)
ANTHROPIC_API_KEY=sk-43ccdb29caa7e9ebe0db8ac0958c63f6d3a2d62e59064d3d26d94332055a9bc9
ANTHROPIC_BASE_URL=https://code.warpdevloper.cloud
# 岗位清洗参数
CLEAN_BATCH_SIZE=20
CLEAN_CONCURRENCY=20
CLEAN_INTERVAL_SECONDS=100
CLEAN_TOTAL_LIMIT=0
# 公司补充参数
COMPANY_BATCH_SIZE=20
COMPANY_CONCURRENCY=10
COMPANY_INTERVAL_SECONDS=300
# 岗位下架
JOB_EXPIRE_DAYS=7
# 日志
LOGGING_LEVEL=INFO