forked from AmeenRepo/KEIKO-V5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
72 lines (71 loc) · 1.56 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "𝐊𝐞𝐢𝐤𝐨 𝐕𝟓",
"description": "MD Made By Ameen Ser",
"keywords": [
"whatsapp ai"
],
"repository": "https://github.com/AmeenRepo/KEIKO-V5",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Enter SESSION_ID",
"required": true,
"value": "GuruBot~qqQQAUit"
},
"MODE": {
"description": "Mode Public Or Private",
"required": true,
"value": "public"
},
"PREFIX": {
"description": "Your Bot Access Prefix",
"required": false,
"value": ""
},
"HKEY": {
"description": "HEROKU_API_KEY To Get: https://dashboard.heroku.com/account",
"required": true,
"value": ""
},
"HAPP": {
"description": "HEROKU APP NAME",
"required": true,
"value": ""
},
"statusview": {
"description": "STATUS VIEW",
"required": false,
"value": "false"
},
"autoRead": {
"description": "Bot Read Messages",
"required": false,
"value": "false"
},
"antidelete": {
"description": "Deleted Msg Forward",
"required": false,
"value": "false"
}
},
"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"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
}
}