-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 991 Bytes
/
.env.example
File metadata and controls
35 lines (30 loc) · 991 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
# Telegram Account Configuration
# Copy this file to .env and fill in your actual values
# Account: nitewalker
NITEWALKER_API_ID=your_api_id_here
NITEWALKER_API_HASH=your_api_hash_here
NITEWALKER_PHONE=+1234567890
NITEWALKER_PASSWORD=your_password_here
# Account: masterclass
MASTERCLASS_API_ID=your_api_id_here
MASTERCLASS_API_HASH=your_api_hash_here
MASTERCLASS_PHONE=+1234567890
MASTERCLASS_PASSWORD=your_password_here
# Account: junkies
JUNKIES_API_ID=your_api_id_here
JUNKIES_API_HASH=your_api_hash_here
JUNKIES_PHONE=+1234567890
JUNKIES_PASSWORD=your_password_here
# Account: nicenstein
NICENSTEIN_API_ID=your_api_id_here
NICENSTEIN_API_HASH=your_api_hash_here
NICENSTEIN_PHONE=+1234567890
NICENSTEIN_PASSWORD=your_password_here
# Application Settings
LOG_LEVEL=info
MAX_CONCURRENT_UPLOADS=1
UPLOAD_TIMEOUT=600000
# Session directory (relative to project root or absolute path)
SESSION_DIR=sessions
# Upload directory (relative to project root or absolute path)
UPLOAD_DIR=uploads