forked from ibrahimaitech/BWM-NORMAL-BOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
44 lines (42 loc) · 956 Bytes
/
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
{
"name": "Black Panther MD X5 whatsapp",
"description": "whatsapp md bot build with nodejs",
"repository": "https://github.com/BlackPanther-svg/Black-Panther-MD-",
"logo": "https://telegra.ph/file/ec059aa5db556bbd951c6.jpg",
"keywords": ["nodejs", "bot", "what5sapp bot", "whatsapp automation", "multi device"],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
"required": false
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "basic"
}
},
"addons":[
{
"plan":"heroku-postgresql:essential-0"
}
]
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}