-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (36 loc) · 768 Bytes
/
app.json
File metadata and controls
37 lines (36 loc) · 768 Bytes
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
{
"name": "Anime Watch Bot",
"description": "Lol",
"logo": "https://telegra.ph/file/6056436006477ea903852.jpg",
"keywords": [
"telethon",
"pyrogram",
"anime",
"watch",
"Anime Download"
],
"repository": "https://github.com/Red-Aura/Anime_Downloader_Probot",
"env": {
"API_ID": {
"description": "Api Hash Here",
"value": ""
},
"API_HASH": {
"description": "Api Id Here",
"value": ""
},
"TOKEN": {
"description": "Bot Token Here",
"value": ""
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "heroku/python"
}]
}