Files
tg_crawl/config.example.json

43 lines
811 B
JSON
Raw Normal View History

2026-02-26 20:00:06 +08:00
{
"sources": [
"@DeJob_Global_group",
"@DeJob_official",
"@cryptojobslist",
"@remote_cn"
],
"time_window": {
"enabled": true,
"start": "2026-02-25",
"end": "2026-02-26"
},
"daily_window_days": 2,
"backfill": {
"enabled": false,
"start": "",
"end": "",
"sources": [],
"ignore_sync_state": true
},
2026-02-26 20:00:06 +08:00
"throttle": {
"enabled": true,
"per_message_delay_sec": 0.05,
"between_sources_delay_sec": 3.0
},
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "jobs_user",
"password": "CHANGE_ME",
"database": "jobs",
"charset": "utf8mb4"
},
"mysql_cloud": {
"host": "CLOUD_DB_HOST",
"port": 3306,
"user": "jobs_user",
"password": "CHANGE_ME",
"database": "jobs",
"charset": "utf8mb4"
2026-02-26 20:00:06 +08:00
}
}