forked from iammonsterbunny/DARK-ALFHA_V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
59 lines (59 loc) · 1.84 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
{
"name":"DARK ALFHA",
"description":"A WhatsApp Bot With Multi Device Supported",
"keywords":[
"bot",
"whatsapp"
],
"website":"https://deep-eagle.github.io/Deep-Eagle",
"repository":"https://github.com/Deep-Eagle/DARK-ALFHA_V2.git",
"logo":"https://i.ibb.co/SVbyxZG/1691320469926.jpg",
"success_url":"/",
"env":{
"NAME":{
"description":"Name of your bot",
"required":true
},
"PREFIX":{
"description":"Prefix of your bot",
"required":true
},
"MODS":{
"description":"ඔබට bot සඳහා පරිපාලක වීමට අවශ්ය පරිශීලකයින්ගේ දුරකථන අංක (+ නොමැතිව ජාත්යන්තර ආකෘතියෙන් තිබිය යුතු අතර බහු අංක කොමාවකින් වෙන් කළ යුතුය. \",\")",
"required":true
},
"URL":{
"description":"MongoDB URL එක ඇතුලත් කරන්න",
"required":true
},
"GPT":{
"description":"A key used for Write Sonic",
"required":false
},
"BG_API_KEY":{
"description":"A key used for www.remove.bg",
"required":false
},
"PORT":{
"description":"3000 දෙන්න",
"required":true
}
},
"buildpacks":[
{
"url":"heroku/nodejs"
},
{
"url":"https://github.com/PrajjwalDatir/heroku-buildpack-imagemagick.git"
},
{
"url":"https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
},
{
"url":"https://github.com/ItsJimi/heroku-buildpack-pm2.git"
},
{
"url":"https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}