forked from salmanytofficial/XLICON-V2-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
75 lines (75 loc) · 2.1 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
72
73
74
75
{
"name": "whatsapp-bot (XLICON-V2-MD)",
"description": " Whatsapp bot.",
"keywords": [
"whatsapp bot"
],
"repository": "https://github.com/salmanytofficial/XLICON-V2-MD",
"stack": "container",
"env": {
"DATABASE_URL": {
"description": "mongodb+srv://ghost196:<9GqklCPAR0ZsUBzC>@cluster0.g9fat35.mongodb.net/?retryWrites=true&w=majority",
"required": false,
"value": "mongodb+srv://ghost196:<9GqklCPAR0ZsUBzC>@cluster0.g9fat35.mongodb.net/?retryWrites=true&w=majority"
},
"SESSION_ID": {
"description": "Xlicon_49093fd7-5f53-4ca8-8efe-1d038d7bc800",
"required": true,
"value": ""
},
"MODE": {
"description": "mode public or private",
"required": true,
"value": "public"
},
"PREFIX": {
"description": "put any one symbol here except @ and + , leave it Blank if you want to use multiple prefix",
"required": false,
"value": "."
},
"HKEY": {
"description": "Put your Heroku api key Here , Get one from here https://dashboard.heroku.com/account",
"required": true,
"value": ""
},
"HAPP": {
"description": "Put the Heroku app name, same as above entered",
"required": true,
"value": ""
},
"statusview": {
"description": "make it true if you want bot to view status",
"required": false,
"value": "true"
},
"autoRead": {
"description": "make it true if you want bot to read messages",
"required": false,
"value": ""
},
"antidelete": {
"description": "bot will forward deleted messages if you make it true",
"required": false,
"value": "true"
},
"REMOVEBG_KEY": {
"description": "your RemoveBg api key",
"required": false,
"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"
}
]
}