-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 906 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
{
"name": "aurora",
"description": "aurora Bot with Ai, made by Ajay o s",
"repository": "https://github.com/Ajayos/AURORA",
"logo": "https://github.com/cosmos-aurora.png",
"keywords": ["bot", "whatsapp", "whatsapp-bot", "aurora", "Ajay o s"],
"stack": "container",
"env": {
"HEROKU": {
"description": "If it is running in Heroku, type true.",
"required": true,
"value": "true"
},
"HEROKU_API_KEY": {
"description": "Heroku API Key.",
"required": true,
"value": ""
},
"HEROKU_APP_NAME": {
"description": "Heroku APP Name.",
"required": true,
"value": ""
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [
{ "url": "https://github.com/Ajayos/heroku-buildpack-apt.git" }
]
}