forked from Shashwat-Shukla/mdisk-ultra-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
45 lines (45 loc) · 1.28 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
{
"name": "MDisk Unlimited Link Convertor Bot",
"description": "High Speed ⚡",
"keywords": [
"telegram",
"MDisk",
"shortner"
],
"website": "https://github.com/Shashwat-Shukla/mdisk-ultra-bot",
"repository": "https://github.com/jagan1857/mdisk-ultra-bot?organization=jagan1857&organization=jagan1857",
"env": {
"BOT_TOKEN": {
"description": "Your bot token (must add)",
"value": "5756391926:AAFoT0LIY1uBX_HySSKuUy7HqxkCkoLqMGE"
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": "13115322"
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": "f28fbd1367ddda2e6f863c3129323743"
},
"CUSTOM_FOOTER": {
"description": "Enter your Custom Footer",
"value": "JOIN MY CHANNEL"
},
"MDISK_TOKEN": {
"description": "Put your MDisk API key here",
"value": "zwxo6CxXnwc5vnNqj7PT"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}