forked from Sachinanand99/File-Sharing-Telegram-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdotenvtemplate.txt
More file actions
46 lines (36 loc) · 1.13 KB
/
dotenvtemplate.txt
File metadata and controls
46 lines (36 loc) · 1.13 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
39
40
41
42
43
44
45
46
#use this template for hosting
# Admin IDs (replace with your Telegram IDs without quotes)
ADMINS="5551439 582286"
# Force Subscribe Channels (set to 0 to disable)
FORCE_SUB_CHANNEL=0
FORCE_SUB_CHANNEL2=0
# Bot Information
TG_BOT_TOKEN="7308876123456379:242dsadslag00yB9k"
APP_ID=93248983
API_HASH="ujahrtoq3"
CHANNEL_ID=-10021410201
CHANNEL_LINK="https://t.me/+3lKI_8wiXZ01ZDQ9"
OWNER_ID=37264923
# Database
DB_URL=""
DB_NAME="FileSharingBot"
# Performance
TG_BOT_WORKERS=4
# Start Message
START_MESSAGE="Hello {first}\n\nI can store private files..."
# Owner Information
OWNER_TAG="Owner"
# Message Delete Time (seconds)
TIME=60
# Shortlink Service (True/False)
USE_SHORTLINK=False
SHORTLINK_URL="api.shareus.io" # Optional remove from .env if you dont need
SHORTLINK_API="" # Optional remove from .env if you dont need
VERIFY_EXPIRE=86400
TUT_VID="https://t.me/How_to_Download_7x/32" # Optional
# Force Join Message
FORCE_SUB_MESSAGE="Hello {first}...\nKindly Please join Channel"
# Optional Settings
CUSTOM_CAPTION=""
PROTECT_CONTENT=False
DISABLE_CHANNEL_BUTTON=True