From 4d0a757c941e0192efd428ebca656e2e8a9a337b Mon Sep 17 00:00:00 2001 From: odysseusmax Date: Mon, 10 Aug 2020 08:03:58 +0000 Subject: [PATCH] update app.json --- app.json | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/app.json b/app.json index 1ea1b00..7f3e256 100644 --- a/app.json +++ b/app.json @@ -1,29 +1,29 @@ { - "name": "Telegram Index", - "description": "Python Web App which indexes a telegram channel(or a chat) and serves its files for download.", - "repository": "https://github.com/odysseusmax/tg-index", - "success_url": "/", - "env": { - "API_ID": { - "description": "Telegram api_id obtained from https://my.telegram.org/apps.", - "value": "" + "name":"Telegram Index", + "description":"Python Web App which indexes a telegram channel(or a chat) and serves its files for download.", + "repository":"https://github.com/odysseusmax/tg-index", + "success_url":"/", + "env":{ + "API_ID":{ + "description":"Telegram api_id obtained from https://my.telegram.org/apps.", + "value":"" + }, + "API_HASH":{ + "description":"Telegram api_hash obtained from https://my.telegram.org/apps.", + "value":"" + }, + "CHAT_ID":{ + "description":"Id of the telegram channel (or chat) to be indexed.", + "value":"" + }, + "SESSION_STRING":{ + "description":"Your session string.", + "value":"" + } }, - "API_HASH": { - "description": "Telegram api_hash obtained from https://my.telegram.org/apps.", - "value": "" - }, - "CHAT_ID": { - "description": "Id of the telegram channel (or chat) to be indexed.", - "value": "" - }, - "SESSION_STRING": { - "description": "Your session string.", - "value": "" - }, - }, - "buildpacks": [ - { - "url": "heroku/python" - } - ], + "buildpacks":[ + { + "url":"heroku/python" + } + ] }