-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
47 lines (46 loc) · 1.38 KB
/
Copy pathapp.json
File metadata and controls
47 lines (46 loc) · 1.38 KB
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
38
39
40
41
42
43
44
45
46
47
{
"name": "Telegram Torrent Bot",
"description": "This Bot Leeches Magnet Links and Ytdl Supported links to Our Favourite Telegram and Most Loved Google drive and Other Cloud Servers . ",
"keywords": [
"telegram","bot","torrent","leech"
],
"stack": "container",
"repository": "https://github.com/NamasteIndia/test0.1.3",
"success_url": "https://github.com/NamasteIndia/test0.1.3",
"website": "hhttps://github.com/NamasteIndia/test0.1.3",
"env": {
"BASE_URL_OF_BOT": {
"description": "your Heroku app Url like :- https://yourappname.herokuapp.com",
"value": ""
},
"BOT_TOKEN": {
"description": "Your bot token, as a string.",
"value": ""
},
"API_ID": {
"description": "Get this value from https://my.telegram.org or @usetgxBot",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org or @usetgxbot",
"value": ""
},
"ALD_USR": {
"description": "ALLOWED USERS [ids of user or supergroup] seperate by commas",
"value": "[]"
},
"DB_URI": {
"description": "Your Database Url , Fill details Like This 👇dbname=tortk user=postgres password=your-pass host=127.0.0.1 port=5432",
"Value": "",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
]
}