2026-04-04 18:23:00 +08:00
|
|
|
# CoolBotDataSys 配置文件
|
2026-04-05 09:39:12 +08:00
|
|
|
# 更新于 2026-04-05
|
2026-04-04 18:23:00 +08:00
|
|
|
|
|
|
|
|
database:
|
|
|
|
|
host: "127.0.0.1"
|
2026-04-05 09:39:12 +08:00
|
|
|
port: 5432
|
|
|
|
|
user: "coolbot"
|
2026-04-04 18:23:00 +08:00
|
|
|
password: "Coolbot123"
|
|
|
|
|
database: "coolbot_data"
|
2026-04-05 09:39:12 +08:00
|
|
|
pool_size: 10
|
2026-04-04 18:23:00 +08:00
|
|
|
|
|
|
|
|
redis:
|
|
|
|
|
host: "127.0.0.1"
|
|
|
|
|
port: 6379
|
|
|
|
|
db: 0
|
|
|
|
|
|
|
|
|
|
app:
|
|
|
|
|
host: "0.0.0.0"
|
|
|
|
|
port: 8080
|
|
|
|
|
debug: true
|
|
|
|
|
log_level: "INFO"
|
|
|
|
|
|
|
|
|
|
crawlers:
|
|
|
|
|
yichens:
|
|
|
|
|
name: "一尘网"
|
|
|
|
|
base_url: "https://www.yichens.com"
|
|
|
|
|
enabled: true
|
2026-04-05 09:39:12 +08:00
|
|
|
interval_minutes: 15
|
2026-04-04 18:23:00 +08:00
|
|
|
aicang:
|
|
|
|
|
name: "爱藏网"
|
|
|
|
|
base_url: "https://www.aicang.com"
|
|
|
|
|
enabled: false
|
|
|
|
|
interval_minutes: 60
|
|
|
|
|
|
|
|
|
|
notification:
|
|
|
|
|
feishu:
|
|
|
|
|
enabled: true
|
|
|
|
|
webhook_url: ""
|
|
|
|
|
|
|
|
|
|
tasks:
|
|
|
|
|
daily_report:
|
|
|
|
|
enabled: true
|
|
|
|
|
cron: "0 9 * * *"
|
|
|
|
|
crawl_interval:
|
2026-04-05 09:39:12 +08:00
|
|
|
cron: "*/15 * * * *"
|