-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (33 loc) · 939 Bytes
/
.env.example
File metadata and controls
40 lines (33 loc) · 939 Bytes
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
39
# Telegram Bot Configuration
# Get your bot token from @BotFather on Telegram
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# Comma-separated list of allowed user IDs
TELEGRAM_ALLOWED_USERS=123456789,987654321
# Admin chat ID for notifications
TELEGRAM_ADMIN_CHAT_ID=123456789
# Notification chat ID (can be same as admin)
TELEGRAM_NOTIFICATION_CHAT_ID=123456789
# qBittorrent Configuration
QBIT_HOST=qbittorrent
QBIT_PORT=8080
QBIT_USERNAME=admin
QBIT_PASSWORD=your_secure_password_here
QBIT_HTTPS=false
# Jackett Configuration
JACKETT_HOST=jackett
JACKETT_PORT=9117
JACKETT_API_KEY=your_jackett_api_key_here
JACKETT_HTTPS=false
# Download Paths
DOWNLOAD_PATH=/downloads
COMPLETED_PATH=/downloads/completed
TEMP_PATH=/downloads/temp
# Search Configuration
SEARCH_LIMIT=50
MIN_SEEDERS=1
SEARCH_TIMEOUT=30
# Application Configuration
DEBUG=false
LOG_LEVEL=INFO
# Hot plugin folder (relative to project root)
PLUGIN_DIR=plugins/hot