-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
app.json
47 lines (47 loc) · 1.43 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
{
"name": "Cyber-X WhatsApp Bot",
"description": "This is a 3ʳᵈ Party Application software for WhatsApp with Many Feature & many Commands",
"repository": "https://github.com/darkalphaxteam/CYBER-X-WHATSAPP-BOT",
"logo": "https://telegra.ph/file/71c859102f3625d06204b.jpg",
"keywords": [
"nodejs",
"Bot",
"WhatsApp Bot",
"WhatsApp Automation",
"Multi Device"
],
"env": {
"SESSION_ID": {
"description": "Type the Session-ID you got from scaning QR",
"required": true,
"value": ""
},
"HEROKU_API_KEY": {
"description": "Enter your heroku account api key",
"required": true,
"value": ""
},
"HEROKU_APP_NAME": {
"description": "Enter you pushed app Name",
"required": true,
"value": ""
},
"WORK_TYPE": {
"description": "Add the worktype of the Bot ( private , public , only_group )",
"required": true,
"value": "private"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"stack": "heroku-22"
}