fix app.json
This commit is contained in:
parent
225ae46eea
commit
6e9a9a427f
24
app.json
24
app.json
|
@ -1,29 +1,29 @@
|
||||||
{
|
{
|
||||||
"name": "Telegram Index",
|
"name": "Telegram Index",
|
||||||
"description": "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",
|
"repository": "https://github.com/odysseusmax/tg-index",
|
||||||
"keywords": ["telegram", "index"],
|
"success_url": "/",
|
||||||
"env": {
|
"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": {
|
"CHAT_ID": {
|
||||||
"description": "Id of the telegram channel (or chat) to be indexed.",
|
"description": "Id of the telegram channel (or chat) to be indexed.",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"SESSION_STRING": {
|
"SESSION_STRING": {
|
||||||
"description": "Your session string",
|
"description": "Your session string.",
|
||||||
"value": "",
|
|
||||||
},
|
|
||||||
"API_ID": {
|
|
||||||
"description": "Your API_ID. Refer project docs.",
|
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"API_HASH": {
|
|
||||||
"description": "Your API_ID. Refer project docs.",
|
|
||||||
"value": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
{
|
{
|
||||||
"url": "heroku/python"
|
"url": "heroku/python"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue