forked from giftdee/DAVE-XD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (34 loc) · 1.02 KB
/
app.json
File metadata and controls
37 lines (34 loc) · 1.02 KB
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
{
"name": "DAVE-XD",
"description": "A lightning-fast WhatsApp bot with multi-device support, built on Node.js & Baileys.",
"website": "https://github.com/giftdee/DAVE-XD#readme",
"repository": "https://github.com/giftdee/DAVE-XD.git",
"logo": "https://i.ibb.co/mChCjFPL/ad76194e124ff34e.jpg",
"success_url": "/",
"env": {
"SESSION": {
"description": "Required – Your WhatsApp session ID (generated after linking the bot).",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql",
"description": "Free PostgreSQL database for storing bot data."
}
],
"buildpacks": [
{
"url": "heroku/nodejs",
"description": "Node.js runtime for running the bot."
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git",
"description": "WebP support for image processing."
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest",
"description": "FFmpeg for audio/video processing."
}
]
}