mirror of
https://gitlab.com/octospacc/TelegramIndex-Fork.git
synced 2025-06-05 22:09:12 +02:00
fix app.json
This commit is contained in:
40
app.json
40
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": {
|
||||||
"CHAT_ID": {
|
"API_ID": {
|
||||||
"description": "Id of the telegram channel (or chat) to be indexed.",
|
"description": "Telegram api_id obtained from https://my.telegram.org/apps.",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"SESSION_STRING": {
|
"API_HASH": {
|
||||||
"description": "Your session string",
|
"description": "Telegram api_hash obtained from https://my.telegram.org/apps.",
|
||||||
"value": "",
|
"value": ""
|
||||||
},
|
},
|
||||||
"API_ID": {
|
"CHAT_ID": {
|
||||||
"description": "Your API_ID. Refer project docs.",
|
"description": "Id of the telegram channel (or chat) to be indexed.",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"API_HASH": {
|
"SESSION_STRING": {
|
||||||
"description": "Your API_ID. Refer project docs.",
|
"description": "Your session string.",
|
||||||
"value": ""
|
"value": ""
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
{
|
{
|
||||||
"url": "heroku/python"
|
"url": "heroku/python"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user