forked from TGExplore/TG-Files-to-Link
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
37 lines (37 loc) · 1.07 KB
/
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": "TG Files to Link",
"description": "Telegram files to Direct link!!",
"logo": "https://telegra.ph/file/c3d25aa057a3aa2282d50.png",
"keywords": [
"telegram",
"FiletoLinkBot"
],
"repository": "https://github.com/TGExplore/TG-Files-to-Link",
"env": {
"TG_API_ID": {
"description": "Your Telegram API ID. Get this value from my.telegram.org!",
"value": "2865650"
},
"TG_API_HASH": {
"description": " Your Telegram API hash. Get this value from my.telegram.org!",
"value": "e8d606554dc20b7f08b4767c2371e3aa"
},
"TG_BOT_FATHER_TOKEN": {
"description": "Your bot token, as a string.",
"value": "1699323144:AAEPDMaF9ENBOUjKixWjs3tKVvdyzRRtIaU"
},
"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": "https://<appname>.herokuapp.com/"
},
"TG_START_MESG": {
"description": "Set /start Message",
"value": "/start Welccome"
}
}
}