Files
offerpie_job_cleaner/.env.prod
T
2026-07-09 15:30:02 +08:00

47 lines
1.0 KiB
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=prod
# 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_WORKER_COUNT=60
CLEAN_IDLE_SLEEP=5.0
CLEAN_TOTAL_LIMIT=0
# 公司补充参数
COMPANY_WORKER_COUNT=10
COMPANY_IDLE_SLEEP=10.0
# 岗位下架
JOB_EXPIRE_DAYS=7
# 日志
LOGGING_LEVEL=INFO
# 阿里云 OSS
OSS_ACCESS_KEY_ID=LTAI5tEdLKKQUKhTyUpfH5Mk
OSS_ACCESS_KEY_SECRET=RjUdTrq0V5qA4b3BUElNhXqs3ZLp5k
OSS_ENDPOINT=oss-cn-guangzhou.aliyuncs.com
OSS_BUCKET=offerpie
OSS_DOMAIN=https://offerpie.oss-cn-guangzhou.aliyuncs.com