forked from adekmaulana/aioaria2-mirror-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.env_sample
More file actions
32 lines (21 loc) · 767 Bytes
/
Copy pathconfig.env_sample
File metadata and controls
32 lines (21 loc) · 767 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
#!/usr/bin/env bash
# ---- REQUIRED ---- #
# Get this value from https://my.telegram.org/apps
API_ID="" # Client API ID used for authentication
API_HASH="" # Client API hash used for authentication
BOT_TOKEN="" # Bot token
# Mongodb url from https://cloud.mongodb.com/
DB_URI=""
OWNER_ID="" # Telegram ID of the owner of the bot
# Your client_secret*.json content, obtained from https://console.cloud.google.com/apis/credentials
# After you download it open and copy the content of the file into this variable
G_DRIVE_SECRET=''
# ---- OPTIONAL ---- #
# Environment path
# Your download location
DOWNLOAD_PATH=""
# GoogleDrive
# Your folder_id where the file should upload to
G_DRIVE_FOLDER_ID=""
# Your Google Drive index worker link
G_DRIVE_INDEX_LINK=""