-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (42 loc) · 1.07 KB
/
app.json
File metadata and controls
43 lines (42 loc) · 1.07 KB
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
{
"name": "AloneBanallBot",
"description": "Telegram's bilek migic.",
"keywords": ["python", "telegram"],
"logo": "https://telegra.ph//file/d122a125988c66faa1393.jpg",
"repository": "https://telegra.ph/file/5488842292577e9fc8f8f.mp4",
"stack": "container",
"addons": [
{
"options": {
"version": "12"
},
"plan": "heroku-postgresql"
}
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
"env": {
"BOT_TOKEN": {
"description": "A bot token from @BotFather",
"required": true
},
"API_ID": {
"description": "App ID from my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "App Hash from my.telegram.org/apps",
"required": true
},
"OWNER_ID": {
"description": "Owner's numeric ID",
"required": true
}
}
}