forked from Aadhi000/Adv-Forward-Bot-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
62 lines (62 loc) · 1.53 KB
/
app.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "Auto-Forward-Bot",
"description": "Telegram's Best Smart Plugin File Forward Bot",
"keywords": [
"telegram",
"best",
"file",
"forward",
"bot"
],
"repository": "https://github.com/subinps/Forward_2.0",
"env": {
"API_ID": {
"description": "Get this value from https://my.telegram.org or @UseTGXBot",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org or @UseTGXBot",
"value": ""
},
"BOT_TOKEN": {
"description": "Your bot token from @BotFather",
"value": ""
},
"BOT_USERNAME": {
"description": "Username of your Bot without @ , Only give if you want auto starts forwarding when heroku restarts",
"value": "",
"required": false
},
"TO_CHANNEL": {
"description": "Enter Your channel Id must add Eg:- -100xxxxxxxxx",
"value": ""
},
"DATABASE_URI": {
"description": "Get this from cloud.mongodb.com",
"value": ""
},
"DATABASE_NAME": {
"description": "Database cluster name",
"value": "Cluster0"
},
"COLLECTION_NAME": {
"description": "Database Collection Name",
"value": "Forward_data",
"required": false
},
"OWNER_ID": {
"description": "Enter Your Telegram id",
"value": ""
},
"SESSION": {
"description": "Pyrogram string Session https://repl.it/@subinps/getStringName",
"value": ""
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}