-
Notifications
You must be signed in to change notification settings - Fork 27
/
app.json
61 lines (61 loc) · 1.91 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
{
"name": "Torrent AIO Bot [Clone]",
"description": "All in one bot for torrenting",
"repository": "https://github.com/Itz-fork/Torrent-Aio-Bot-Duplicate",
"keywords": [
"node",
"express",
"bot",
"torrent",
"automation"
],
"website": "https://t.me/NexaBotsUpdates",
"repository": "https://github.com/Itz-fork/Torrent-Aio-Bot-Duplicate",
"success_url": "https://t.me/NexaBotsUpdates",
"env": {
"AUTH_CODE": {
"description": "Your Auth Code. You will get this after Login To Google Account.",
"required": false
},
"CLIENT_ID": {
"description": "Your Google Drive Client Id. Read ReadMe for more info.",
"value": "202264815644.apps.googleusercontent.com",
"required": false
},
"CLIENT_SECRET": {
"description": "Your Google Drive Client Secret. Read ReadMe for more info.",
"value": "X4Z3ca8xfWDb1Voo-F9a7ZxJ",
"required": false
},
"GDRIVE_PARENT_FOLDER": {
"description": "Your Google Drive Folder Id. Team Drive Supported.",
"required": false
},
"SITE": {
"description": "Your Heroku App Url",
"value": "https://<appname>.herokuapp.com/",
"required": true
},
"SEARCH_SITE": {
"description": "Your Heroku App Url",
"value": "https://<appname>.herokuapp.com/",
"required": true
},
"TELEGRAM_TOKEN": {
"description": "Your Bot Token From @BotFather",
"required": true
},
"TOKEN": {
"description": "Your Token. Get it from https://<appname>.herokuapp.com/drivehelp",
"required": false
}
},
"builpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jontewks/puppeteer-heroku-buildpack.git"
}
]
}