costum var

added to app.json for heroku deployment
This commit is contained in:
levina 2021-09-16 14:14:14 +07:00 committed by GitHub
parent 60adb8913d
commit 1e86d238a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,18 @@
"DURATION_LIMIT": {
"description": "maximum duration limit for downloadable videos (in minutes)",
"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": [],