-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathapp.json
32 lines (32 loc) · 699 Bytes
/
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
{
"name": "whatsapp-bot (GURU-BOT)",
"description": " Whatsapp bot.",
"keywords": [
"whatsapp bot"
],
"repository": "https://github.com/Guru322/GURU-BOT",
"stack": "container",
"env": {
"OPENAI_API_KEY": {
"description": "openai apikey",
"required": false,
"value": ""
},
"OPENAI_ORGANIZATION": {
"description": "openai organisation id",
"required": false,
"value": "null"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}