-
Notifications
You must be signed in to change notification settings - Fork 9
/
app.json
44 lines (43 loc) · 1.01 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
{
"name": "Search-Anime-Bot",
"description": "BRUH",
"logo": "https://telegra.ph/file/19dad86d7b1009f1d6911.jpg",
"keywords": [
"telegram",
"bot",
"anime",
"search",
"productivity"
],
"repository": "https://github.com/JyothisJayanth/Search-Anime-Bot",
"website": "#TODO",
"success_url": "#TODO",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"BOT_TOKEN": {
"description": "Get this value from @BotFather",
"value": ""
},
"DB_URI": {
"description": "Database",
"value": "",
"required": false
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "heroku/python"
}]
}