forked from darkalphaxteam/CYBER-X-WHATSAPP-BOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
57 lines (57 loc) · 1.76 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
{
"name": "TAIFUR-X 2.0",
"description": "ᴛᴀɪꜰᴜʀ-x ᴡʜᴀᴛꜱᴀᴘᴘ ʙᴏᴛ",
"repository": "https://github.com/Itxtaifur/TAIFUR-X-WHATSAPP-BOT",
"logo": "https://telegra.ph/file/a4477f85294cf81b725eb.jpg",
"keywords": [
"nodejs",
"Bot",
"WhatsApp Bot",
"WhatsApp Automation",
"Multi Device"
],
"env": {
"SESSION_ID": {
"description": "Type the Session-ID you got from scaning QR",
"required": false,
"value": ""
},
"DATABASE_URL": {
"description": "Enter a PostgresSQL Database's External Url",
"required": true,
"value": "postgres://ue98urrqjftigo:p5f9c10ccd29fa6ec2096758639ddb6898a04ed3f1008ea2b1b280b3aa11e9952@caij57unh724n3.cluster-czrs8kj4isg7.us-east-1.rds.amazonaws.com:5432/d3781dkaju05oq"
},
"HEROKU_API_KEY": {
"description": "Enter your Heroku account Api key",
"required": true,
"value": ""
},
"HEROKU_APP_NAME": {
"description": "Enter you pushed app Name",
"required": true,
"value": ""
},
"WORK_TYPE": {
"description": "Add the worktype of the Bot ( private ,public , onlygroup )",
"required": true,
"value": "private"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "standard-1x"
}
}
}