-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_config.json
More file actions
38 lines (38 loc) · 1.34 KB
/
sample_config.json
File metadata and controls
38 lines (38 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"bot_token": "",
"sudo_users": [],
"authorized_chats": [],
"owner_id": 0,
"download_dir": "./downloads",
"is_team_drive": true,
"gdrive_parent_id": "",
"status_update_interval": 5,
"auto_delete_timeout": 60,
"db_uri": "mongodb://",
"use_sa": true,
"index_url": "",
"tg_app_id": "",
"tg_app_hash": "",
"mega_email": "",
"mega_password": "",
"mega_api_key": "",
"mega_sdk_rest_service_url": "http://localhost:8069",
"status_messages_per_page": 5,
"encryption_password": "",
"seed": false,
"health_check_router_url": "localhost:7870",
"transfer_service_url": "http://localhost:6969/api/v1",
"usenet_client_url": "http://localhost:6789",
"usenet_client_username": "",
"usenet_client_password": "",
"torrent_client_listen_port": 42069,
"torrent_client_http_user_agent": "qBittorrent/5.0.0",
"torrent_client_bep_20": "-qB5000-",
"torrent_client_upnp_id": "qBittorrent 5.0.0",
"torrent_client_max_upload_rate": "100KiB",
"torrent_client_min_dial_timeout": 10,
"torrent_client_established_conns_per_torrent": 100,
"torrent_client_extended_handshake_client_version": "qBittorrent/5.0.0",
"torrent_use_tracker_list": false,
"torrent_tracker_list_url": "https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt"
}