-
Notifications
You must be signed in to change notification settings - Fork 110
/
app.json
37 lines (37 loc) · 976 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
35
36
37
{
"name": "Files to Link",
"description": "Telegram files to Direct link!!",
"logo": "https://telegra.ph/file/c3d25aa057a3aa2282d50.png",
"keywords": [
"telegram",
"FiletoLinkBot"
],
"repository": "https://github.com/prgofficial/FileToLink",
"env": {
"TG_API_ID": {
"description": "Your Telegram API ID. Get this value from my.telegram.org!",
"value": ""
},
"TG_API_HASH": {
"description": " Your Telegram API hash. Get this value from my.telegram.org!",
"value": ""
},
"TG_SESSION_NAME": {
"description": "Run Console this (python3 GenerateStringSession.py) ",
"value": ""
},
"HOST": {
"description": "Leave the Same Value",
"value": "0.0.0.0",
"required": false
},
"PUBLIC_URL": {
"description": "The Heroku App URL similar to https://<appname>.herokuapp.com/",
"value": ""
},
"TG_START_MESG": {
"description": "Set /start Message",
"value": ""
}
}
}