-
Notifications
You must be signed in to change notification settings - Fork 276
Expand file tree
/
Copy pathapp.json
More file actions
36 lines (36 loc) · 783 Bytes
/
app.json
File metadata and controls
36 lines (36 loc) · 783 Bytes
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
{
"name": "Jexploit",
"description": "Jexploit advanced Whatsapp bot!",
"keywords": [],
"repository": "https://github.com/Kevintech-hub/Jexploit-Bot",
"stack": "container",
"addons": [
{
"plan": "heroku-postgresql"
}
],
"scripts": {
"start": "node index.js"
},
"env": {
"SESSION_ID": {
"description": "Session id must begin with JEXPLOIT-BOT~ or VESPER-XMD~ ",
"value": "",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}