generated from ibrahimaitech/IBRAHIM-TECH-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
app.json
67 lines (67 loc) · 1.83 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
{
"name": "ALAN-WALKER-MD",
"description": "WhatsApp Bot Base using Baileys. Written in javascript",
"keywords": [
"whatsapp bot",
"ALAN;WALKER-MD",
"WaBot",
"Termux-WaBot",
"WaBot-Base"
],
"env": {
"DATABASE_URL": {
"description": "your mongodb database url",
"required": false,
"value": "postgres://mkzimxuzcguauk:4bc4489f8c20f48eb2013282d59e656b6cbb09af4aa3e61df88510cbe35c5d3a@ec2-44-214-132-149.compute-1.amazonaws.com:5432/defql42ovvc5pj"
},
"SESSION_ID": {
"description": "your session id",
"required": true,
"value": ""
},
"PRIVATE": {
"description": "Set it true if you want to make the bot private, leave Blank for public",
"required": false,
"value": ""
},
"PREFIX": {
"description": "put any one symbol here except @ and + , leave it Blank if you want to use multiple prefix",
"required": false,
"value": ""
},
"BOT_NAME": {
"description": "Name of Your Bot",
"required": false,
"value": "𝗔𝗟𝗔𝗡-𝗪𝗔𝗟𝗞𝗘𝗥-𝗠𝗗"
},
"OWNER_NAME": {
"description": "owner name of the bot or Your Name",
"required": false,
"value": "𝗠𝗥 𝗜𝗕𝗥𝗔𝗛𝗜𝗠"
},
"OWNER_NUMBER": {
"description": "Your number or bot owner number",
"required": false,
"value": ""
},
"MAKER": {
"description": "Maker Text that replace MADE WITH IBRAHIM ADAMS",
"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"
}
]
}