forked from aryanvikash/teledaxapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
34 lines (34 loc) · 1006 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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":""
},
"INDEX_SETTINGS":{
"description":"Refer project docs for info.",
"value": ""
},
"SESSION_STRING":{
"description":"Your session string.",
"value":""
},
"DEBUG":{
"description":"Give some value to set logging level to debug.",
"value":"",
"required": false
}
},
"buildpacks":[
{
"url":"heroku/python"
}
]
}