forked from Itxxwasi/WASI-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
55 lines (55 loc) · 1.31 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
49
50
51
52
53
54
55
{
"name": "whatsapp-bot (WASI TECH)",
"description": " Whatsapp bot.",
"keywords": [
"whatsapp bot"
],
"repository": "https://github.com/itxwasi/wasi-bot",
"stack": "container",
"env": {
"DATABASE_URL": {
"description": "your mongodb database url optional",
"required": false,
"value": ""
},
"MODE": {
"description": "mode public or private",
"required": true,
"value": "public"
},
"antidelete": {
"description": "bot will forward deleted messages if you make it true",
"required": false,
"value": "false"
},
"statusview": {
"description": "make it true if you want bot to view status",
"required": false,
"value": ""
},
"autoRead": {
"description": "make it true if you want bot to read messages",
"required": false,
"value": ""
},
"SESSION_ID": {
"description": "your session id",
"required": true,
"value": ""
}
},
"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"
}
]
}