forked from BlackAmda/QueenAmdi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
52 lines (52 loc) · 1.5 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
{
"name": "Queen Amdi",
"description": "Queen Amdi [Multi-device] - A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience. 💃🏻❤️",
"keywords": [
"Queen Amdi",
"WhatsApp",
"Black Amda",
"multi-device"
],
"website": "https://amdaniwasa.com/",
"repository": "https://github.com/BlackAmda/QueenAmdi",
"logo": "https://amdaniwasa.com/assets/QAAppjson.gif",
"success_url": "https://dashboard.heroku.com/apps/",
"env": {
"HEROKU": {
"description": "Are you deploying the bot in heroku or not?",
"required": true,
"value": "YES"
},
"HEROKU_APP_NAME": {
"description": "Use the same App name as first.",
"required": true
},
"LANGUAGE": {
"description": "Bot language",
"required": true,
"value": "EN"
},
"TZ": {
"description": "Your timezone",
"required": true,
"value": "Asia/Colombo"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "13"
}
}
],
"stack": "heroku-22"
}