forked from Omarcharaf1/JITOSSA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (30 loc) · 806 Bytes
/
Copy pathapp.json
File metadata and controls
31 lines (30 loc) · 806 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
{
"name": "PRINCE-BOT",
"description": "Prince MD A WhatsApp User BOT",
"logo": "https://telegra.ph/file/d9bcfd1ae673ebd58bd3e.jpg",
"keywords": ["java", "bot", "whatsapp-bot", "whatsapp-automation"],
"repository": "https://github.com/Omarcharaf1/JITOSSA",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "your session id",
"required": true,
"value": ""
}
},
"addons": [{ "plan": "heroku-postgresql:basic" }],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/bogini/heroku-buildpack-graphicsmagick"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}