first init
This commit is contained in:
27
config.example.json
Normal file
27
config.example.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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,
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user