35 lines
993 B
JSON
35 lines
993 B
JSON
{
|
|
"_comment": "Copy this to config.json and fill in your values",
|
|
"api_id": 12345678,
|
|
"api_hash": "your_api_hash_here",
|
|
"phone_number": "+1234567890",
|
|
"session_name": "telegram_session",
|
|
"channels": ["@channel_username", "-1001231231231", "-1003213213213"],
|
|
"parallel_downloads": 3,
|
|
"download_timeout_seconds": 600,
|
|
"download_retry_count": 3,
|
|
"max_lifetime_retries": 20,
|
|
"queue_max_size": 5000,
|
|
"min_disk_space_gb": 6,
|
|
"channel_auto_disable_after": 5,
|
|
"media_record_ttl_days": 90,
|
|
"retry_drop_log": true,
|
|
"resync_interval_minutes": 60,
|
|
"status_port": 8080,
|
|
"db_path": "/app/data/telegram_state.db",
|
|
"channel_overrides": {
|
|
"-1001231231231":{"turnon":false},
|
|
"-1003213213213":{"turnon":false}
|
|
},
|
|
"channel_last_message_id_overrides": {
|
|
"-1001231231231": {
|
|
"updateonce": false,
|
|
"last_message_id": 123123
|
|
},
|
|
"-1003213213213": {
|
|
"updateonce": false,
|
|
"last_message_id": 321321
|
|
}
|
|
},
|
|
"manual_downloads": {}
|
|
} |