From 1e86d238a4090adc55dcda2b24a0fb2f7ae671dc Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Thu, 16 Sep 2021 14:14:14 +0700 Subject: [PATCH] costum var added to app.json for heroku deployment --- app.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app.json b/app.json index 01d6bb0..9694b38 100644 --- a/app.json +++ b/app.json @@ -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": [],