-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
63 lines (63 loc) · 1.48 KB
/
app.json
File metadata and controls
63 lines (63 loc) · 1.48 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "whatsapp-bot (Ekushi Bot)",
"description": "Whatsapp bot.",
"keywords": ["whatsapp bot"],
"repository": "https://github.com/ExyXyz/Ekushi-Bot",
"stack": "container",
"env": {
"AUTO_READ": {
"description": "Enable auto read feature",
"required": false,
"value": ""
},
"ALWAYS_ONLINE": {
"description": "Enable always online feature",
"required": false,
"value": ""
},
"AUTO_TYPING": {
"description": "Enable auto typing feature",
"required": false,
"value": ""
},
"SESSION_ID": {
"description": "Put Your Session ID",
"required": true,
"value": ""
},
"TYPEMENU": {
"description": "choose menu type from 1 to 5",
"required": false,
"value": ""
},
"ONLYGROUP": {
"description": "True for bot work in only group otherwise false",
"required": false,
"value": "false"
},
"ONLYPC": {
"description": "True for bot work in only private chat otherwise false",
"required": false,
"value": "false"
},
"AUTO_BLOCK_ENABLED": {
"description": "Enable auto block feature",
"required": false,
"value": "true"
}
},
"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"
}
]
}