Skip to content

Commit c5cc07b

Browse files
committed
Add Heroku generated app.json
1 parent da7130b commit c5cc07b

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

app.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"addons": [
3+
4+
],
5+
"buildpacks": [
6+
{
7+
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
8+
}
9+
],
10+
"env": {
11+
"API_HASH": {
12+
"required": true
13+
},
14+
"APP_ID": {
15+
"required": true
16+
},
17+
"AUTH_USERS": {
18+
"required": true
19+
},
20+
"CHAT_BASE_TOKEN": {
21+
"required": true
22+
},
23+
"DEF_THUMB_NAIL_VID_S": {
24+
"required": true
25+
},
26+
"HTTP_DOMAIN": {
27+
"required": true
28+
},
29+
"HTTP_PROXY": {
30+
"required": true
31+
},
32+
"PORT": {
33+
"required": true
34+
},
35+
"TG_BOT_TOKEN": {
36+
"required": true
37+
},
38+
"WEBHOOK": {
39+
"required": true
40+
}
41+
},
42+
"formation": {
43+
"worker": {
44+
"quantity": 1
45+
}
46+
},
47+
"name": "pyrogram",
48+
"scripts": {
49+
},
50+
"stack": "heroku-18"
51+
}

0 commit comments

Comments
 (0)