We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7130b commit c5cc07bCopy full SHA for c5cc07b
1 file changed
app.json
@@ -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
16
17
+ "AUTH_USERS": {
18
19
20
+ "CHAT_BASE_TOKEN": {
21
22
23
+ "DEF_THUMB_NAIL_VID_S": {
24
25
26
+ "HTTP_DOMAIN": {
27
28
29
+ "HTTP_PROXY": {
30
31
32
+ "PORT": {
33
34
35
+ "TG_BOT_TOKEN": {
36
37
38
+ "WEBHOOK": {
39
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