-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
app.json
48 lines (48 loc) · 1.09 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": "KryPtoN WhatsApp Bot",
"description": "WhatsApp Bot running on Javascript",
"keywords": [
"whatsapp",
"bot",
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot",
"website": "",
"stack": "container",
"env": {
"LOGGING": {
"description": "ID group for logging",
"required": false
},
"OWNER_PHONE": {
"description": "Enter your phone number.",
"required": true
},
"BOT_NUMBER": {
"description": "Enter bot phone number.",
"required": true
},
"KEY_REMOVEBG": {
"description": "Enter remove.bg api key.",
"required": true
},
"API_KEY": {
"description": "Enter api key universal mean is like api rest but use all fiture.",
"required": true
},
"WEB_API": {
"description": "Enter initial web api for your auth.",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "9.5"
}
}
]
}