costum var
added to app.json for heroku deployment
This commit is contained in:
parent
60adb8913d
commit
1e86d238a4
12
app.json
12
app.json
@ -42,6 +42,18 @@
|
|||||||
"DURATION_LIMIT": {
|
"DURATION_LIMIT": {
|
||||||
"description": "maximum duration limit for downloadable videos (in minutes)",
|
"description": "maximum duration limit for downloadable videos (in minutes)",
|
||||||
"required": true
|
"required": true
|
||||||
|
},
|
||||||
|
"GROUP_NAME": {
|
||||||
|
"description": "fill with your group username without @",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
"CHANNEL_NAME": {
|
||||||
|
"description": "fill with your channel username without @",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
"OWNER_NAME": {
|
||||||
|
"description": "fill with your telegram account username without @",
|
||||||
|
"required": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"addons": [],
|
"addons": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user