-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (47 loc) · 1.25 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
48
{
"name": "UD-MD",
"description": "UD MD WHATSAPP BOT BY UMAR REHMAN",
"repository": "https://github.com/Um4r719/UD-MD",
"logo": "https://avatars.githubusercontent.com/u/170228090?v=4&size=200",
"keywords": [
"nodejs",
"Bot",
"WhatsApp Bot",
"WhatsApp Automation",
"Multi Device"
],
"env": {
"SESSION_ID": {
"description": "Type the Session-ID you got from scaning QR",
"required": false,
"value": ""
},
"DATABASE_URL": {
"description": "Enter a PostgresSQL Database's External Url",
"required": true,
"value": ""
},
"WORK_TYPE": {
"description": "Add the worktype of the Bot ( private ,public , onlygroup )",
"required": true,
"value": "private"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}